Shades of Indigo #42008B
Tints of Indigo #42008B
RGB
CMYK
RGB Variations
Color information
#42008B (or 0x42008B) is known color: Indigo. HEX triplet: 42, 00 and 8B. RGB value is (66,0,139). Sum of RGB (Red+Green+Blue) = 66+0+139=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #42008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42008B is #BDFF74. Grayscale: #232323. Windows color (decimal): -12451701 or 9109570. OLE color: 9109570.
HSL color Cylindrical-coordinate representation of color #42008B: hue angle of 268.49º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42008B is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 0 | 139 | - |
| CMYK | 0.53 | 1 | 0 | 0.45 |
| HSL | 268.49º | 1% | 0.27% | - |
| HSV(B) | 268.49º | 1% | 0.55% | - |
| XYZ | 6.91 | 3.02 | 24.65 | - |
| YUV | 35.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 139 | 0.53 | 1 | 0 | 0.45 | 268.49 | 1 | 0.27 |
| Hex | 42 | 0 | 8B | 35 | 64 | 0 | 2D | 10C | 64 | 1B |
| Octal | 102 | 0 | 213 | 65 | 144 | 0 | 55 | 414 | 144 | 33 |
| Binary | 1000010 | 0 | 10001011 | 110101 | 1100100 | 0 | 101101 | 100001100 | 1100100 | 11011 |
Color Harmonies of #42008B
Complementary color
Monochromatic Colors of #42008B
Black with #42008B
Text Example
Text Example
White with #42008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42008B; }
p { color: rgb(66,0,139); }
H1.HeaderClassName
{
color: #42008B;
}
.AnyTagClassName
{
color: #42008B;
}
</style>
background-color css
<style>
a { background-color: #42008B; }
a { background-color: rgb(66,0,139); }
div.DivClassName
{
background-color: #42008B;
}
.BgClassName
{
background-color: #42008B;
}
</style>
border-color css
<style>
span { border-color: #42008B; }
span { border-color: rgb(66,0,139); }
td.TdClassName
{
border-color: #42008B;
}
.TagClassName
{
border-color: #42008B;
}
</style>