Shades of Indigo #42016E
Tints of Indigo #42016E
RGB
CMYK
RGB Variations
Color information
#42016E (or 0x42016E) is known color: Indigo. HEX triplet: 42, 01 and 6E. RGB value is (66,1,110). Sum of RGB (Red+Green+Blue) = 66+1+110=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 110 (43.36% from 255 or 62.15% from 177); Max value from RGB is 110 - color contains mainly: blue. Hex color #42016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42016E is #BDFE91. Grayscale: #202020. Windows color (decimal): -12451474 or 7209282. OLE color: 7209282.
HSL color Cylindrical-coordinate representation of color #42016E: hue angle of 275.78º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42016E is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 1 | 110 | - |
| CMYK | 0.4 | 0.99 | 0 | 0.57 |
| HSL | 275.78º | 0.98% | 0.22% | - |
| HSV(B) | 275.78º | 0.99% | 0.43% | - |
| XYZ | 5.07 | 2.31 | 14.93 | - |
| YUV | 32.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 110 | 0.4 | 0.99 | 0 | 0.57 | 275.78 | 0.98 | 0.22 |
| Hex | 42 | 1 | 6E | 28 | 63 | 0 | 39 | 114 | 62 | 16 |
| Octal | 102 | 1 | 156 | 50 | 143 | 0 | 71 | 424 | 142 | 26 |
| Binary | 1000010 | 1 | 1101110 | 101000 | 1100011 | 0 | 111001 | 100010100 | 1100010 | 10110 |
Color Harmonies of #42016E
Complementary color
Monochromatic Colors of #42016E
Black with #42016E
Text Example
Text Example
White with #42016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42016E; }
p { color: rgb(66,1,110); }
H1.HeaderClassName
{
color: #42016E;
}
.AnyTagClassName
{
color: #42016E;
}
</style>
background-color css
<style>
a { background-color: #42016E; }
a { background-color: rgb(66,1,110); }
div.DivClassName
{
background-color: #42016E;
}
.BgClassName
{
background-color: #42016E;
}
</style>
border-color css
<style>
span { border-color: #42016E; }
span { border-color: rgb(66,1,110); }
td.TdClassName
{
border-color: #42016E;
}
.TagClassName
{
border-color: #42016E;
}
</style>