Shades of Indigo #42006B
Tints of Indigo #42006B
RGB
CMYK
RGB Variations
Color information
#42006B (or 0x42006B) is known color: Indigo. HEX triplet: 42, 00 and 6B. RGB value is (66,0,107). Sum of RGB (Red+Green+Blue) = 66+0+107=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #42006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42006B is #BDFF94. Grayscale: #1F1F1F. Windows color (decimal): -12451733 or 7012418. OLE color: 7012418.
HSL color Cylindrical-coordinate representation of color #42006B: hue angle of 277.01º 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 #42006B is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 0 | 107 | - |
| CMYK | 0.38 | 1 | 0 | 0.58 |
| HSL | 277.01º | 1% | 0.21% | - |
| HSV(B) | 277.01º | 1% | 0.42% | - |
| XYZ | 4.9 | 2.22 | 14.08 | - |
| YUV | 31.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 107 | 0.38 | 1 | 0 | 0.58 | 277.01 | 1 | 0.21 |
| Hex | 42 | 0 | 6B | 26 | 64 | 0 | 3A | 115 | 64 | 15 |
| Octal | 102 | 0 | 153 | 46 | 144 | 0 | 72 | 425 | 144 | 25 |
| Binary | 1000010 | 0 | 1101011 | 100110 | 1100100 | 0 | 111010 | 100010101 | 1100100 | 10101 |
Color Harmonies of #42006B
Complementary color
Monochromatic Colors of #42006B
Black with #42006B
Text Example
Text Example
White with #42006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42006B; }
p { color: rgb(66,0,107); }
H1.HeaderClassName
{
color: #42006B;
}
.AnyTagClassName
{
color: #42006B;
}
</style>
background-color css
<style>
a { background-color: #42006B; }
a { background-color: rgb(66,0,107); }
div.DivClassName
{
background-color: #42006B;
}
.BgClassName
{
background-color: #42006B;
}
</style>
border-color css
<style>
span { border-color: #42006B; }
span { border-color: rgb(66,0,107); }
td.TdClassName
{
border-color: #42006B;
}
.TagClassName
{
border-color: #42006B;
}
</style>