Shades of Indigo #42036B
Tints of Indigo #42036B
RGB
CMYK
RGB Variations
Color information
#42036B (or 0x42036B) is known color: Indigo. HEX triplet: 42, 03 and 6B. RGB value is (66,3,107). Sum of RGB (Red+Green+Blue) = 66+3+107=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #42036B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42036B is #BDFC94. Grayscale: #212121. Windows color (decimal): -12450965 or 7013186. OLE color: 7013186.
HSL color Cylindrical-coordinate representation of color #42036B: hue angle of 276.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42036B is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 3 | 107 | - |
| CMYK | 0.38 | 0.97 | 0 | 0.58 |
| HSL | 276.35º | 0.95% | 0.22% | - |
| HSV(B) | 276.35º | 0.97% | 0.42% | - |
| XYZ | 4.93 | 2.28 | 14.09 | - |
| YUV | 33.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 107 | 0.38 | 0.97 | 0 | 0.58 | 276.35 | 0.95 | 0.22 |
| Hex | 42 | 3 | 6B | 26 | 61 | 0 | 3A | 114 | 5F | 16 |
| Octal | 102 | 3 | 153 | 46 | 141 | 0 | 72 | 424 | 137 | 26 |
| Binary | 1000010 | 11 | 1101011 | 100110 | 1100001 | 0 | 111010 | 100010100 | 1011111 | 10110 |
Color Harmonies of #42036B
Complementary color
Monochromatic Colors of #42036B
Black with #42036B
Text Example
Text Example
White with #42036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42036B; }
p { color: rgb(66,3,107); }
H1.HeaderClassName
{
color: #42036B;
}
.AnyTagClassName
{
color: #42036B;
}
</style>
background-color css
<style>
a { background-color: #42036B; }
a { background-color: rgb(66,3,107); }
div.DivClassName
{
background-color: #42036B;
}
.BgClassName
{
background-color: #42036B;
}
</style>
border-color css
<style>
span { border-color: #42036B; }
span { border-color: rgb(66,3,107); }
td.TdClassName
{
border-color: #42036B;
}
.TagClassName
{
border-color: #42036B;
}
</style>