Html Css Color HEX #49006A Indigo

📋 copy color: '#49006A'

red 73 ◦ green 0 ◦ blue 106

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

Shades of Indigo #49006A

Tints of Indigo #49006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 59.22%

R = 40.78%
G = 0%
B = 59.22%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#49006A (or 0x49006A) is known color: Indigo. HEX triplet: 49, 00 and 6A. RGB value is (73,0,106). Sum of RGB (Red+Green+Blue) = 73+0+106=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #49006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49006A is #B6FF95. Grayscale: #212121. Windows color (decimal): -11992982 or 6946889. OLE color: 6946889.

HSL color Cylindrical-coordinate representation of color #49006A: hue angle of 281.32º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49006A is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 0 106 -
CMYK 0.31 1 0 0.58
HSL 281.32º 1% 0.21% -
HSV(B) 281.32º 1% 0.42% -
XYZ 5.35 2.46 13.83 -
YUV 33.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 73 0 106 0.31 1 0 0.58 281.32 1 0.21
Hex 49 0 6A 1F 64 0 3A 119 64 15
Octal 111 0 152 37 144 0 72 431 144 25
Binary 1001001 0 1101010 11111 1100100 0 111010 100011001 1100100 10101

Color Harmonies of #49006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49006A

Black with #49006A

Text Example


Text Example

White with #49006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,0,106); }

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

background-color css

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

 a { background-color: rgb(73,0,106); }

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

border-color css

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

 span { border-color: rgb(73,0,106); }

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