Html Css Color HEX #49067A Indigo

📋 copy color: '#49067A'

red 73 ◦ green 6 ◦ blue 122

#49067A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #49067A

Tints of Indigo #49067A

RGB

 RED value IS 73 (28.91% from 255) = 36.32%

 GREEN value IS 6 (2.73% from 255) = 2.99%

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 36.32%
G = 2.99%
B = 60.7%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#49067A (or 0x49067A) is known color: Indigo. HEX triplet: 49, 06 and 7A. RGB value is (73,6,122). Sum of RGB (Red+Green+Blue) = 73+6+122=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #49067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49067A is #B6F985. Grayscale: #262626. Windows color (decimal): -11991430 or 7997001. OLE color: 7997001.

HSL color Cylindrical-coordinate representation of color #49067A: hue angle of 274.66º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49067A is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 6 122 -
CMYK 0.40 0.95 0 0.52
HSL 274.66º 0.91% 0.25% -
HSV(B) 274.66º 0.95% 0.48% -
XYZ 6.33 2.95 18.65 -
YUV 39.26 174.7 152.07 -
System Red Green Blue C M Y K H S L
Decimal 73 6 122 0.40 0.95 0 0.52 274.66 0.91 0.25
Hex 49 6 7A 28 5F 0 34 113 5B 19
Octal 111 6 172 50 137 0 64 423 133 31
Binary 1001001 110 1111010 101000 1011111 0 110100 100010011 1011011 11001

Color Harmonies of #49067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49067A

Black with #49067A

Text Example


Text Example

White with #49067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49067A; }

 p { color: rgb(73,6,122); }

 H1.HeaderClassName
 {
   color: #49067A;
 }
 .AnyTagClassName
 {
   color: #49067A;
 }
</style>

background-color css

<style>
 a { background-color: #49067A; }

 a { background-color: rgb(73,6,122); }

 div.DivClassName
 {
   background-color: #49067A;
 }
 .BgClassName
 {
   background-color: #49067A;
 }
</style>

border-color css

<style>
 span { border-color: #49067A; }

 span { border-color: rgb(73,6,122); }

 td.TdClassName
 {
   border-color: #49067A;
 }
 .TagClassName
 {
   border-color: #49067A;
 }
</style>