Shades of Indigo #42009A
Tints of Indigo #42009A
RGB
CMYK
RGB Variations
Color information
#42009A (or 0x42009A) is known color: Indigo. HEX triplet: 42, 00 and 9A. RGB value is (66,0,154). Sum of RGB (Red+Green+Blue) = 66+0+154=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #42009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42009A is #BDFF65. Grayscale: #242424. Windows color (decimal): -12451686 or 10092610. OLE color: 10092610.
HSL color Cylindrical-coordinate representation of color #42009A: hue angle of 265.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42009A is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 0 | 154 | - |
| CMYK | 0.57 | 1 | 0 | 0.40 |
| HSL | 265.71º | 1% | 0.3% | - |
| HSV(B) | 265.71º | 1% | 0.6% | - |
| XYZ | 8.08 | 3.49 | 30.82 | - |
| YUV | 37.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 154 | 0.57 | 1 | 0 | 0.40 | 265.71 | 1 | 0.3 |
| Hex | 42 | 0 | 9A | 39 | 64 | 0 | 28 | 10A | 64 | 1E |
| Octal | 102 | 0 | 232 | 71 | 144 | 0 | 50 | 412 | 144 | 36 |
| Binary | 1000010 | 0 | 10011010 | 111001 | 1100100 | 0 | 101000 | 100001010 | 1100100 | 11110 |
Color Harmonies of #42009A
Complementary color
Monochromatic Colors of #42009A
Black with #42009A
Text Example
Text Example
White with #42009A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42009A; }
p { color: rgb(66,0,154); }
H1.HeaderClassName
{
color: #42009A;
}
.AnyTagClassName
{
color: #42009A;
}
</style>
background-color css
<style>
a { background-color: #42009A; }
a { background-color: rgb(66,0,154); }
div.DivClassName
{
background-color: #42009A;
}
.BgClassName
{
background-color: #42009A;
}
</style>
border-color css
<style>
span { border-color: #42009A; }
span { border-color: rgb(66,0,154); }
td.TdClassName
{
border-color: #42009A;
}
.TagClassName
{
border-color: #42009A;
}
</style>