Shades of Indigo #42026C
Tints of Indigo #42026C
RGB
CMYK
RGB Variations
Color information
#42026C (or 0x42026C) is known color: Indigo. HEX triplet: 42, 02 and 6C. RGB value is (66,2,108). Sum of RGB (Red+Green+Blue) = 66+2+108=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #42026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42026C is #BDFD93. Grayscale: #202020. Windows color (decimal): -12451220 or 7078466. OLE color: 7078466.
HSL color Cylindrical-coordinate representation of color #42026C: hue angle of 276.23º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42026C is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 2 | 108 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.58 |
| HSL | 276.23º | 0.96% | 0.22% | - |
| HSV(B) | 276.23º | 0.98% | 0.42% | - |
| XYZ | 4.98 | 2.28 | 14.37 | - |
| YUV | 33.22 | 170.2 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 108 | 0.39 | 0.98 | 0 | 0.58 | 276.23 | 0.96 | 0.22 |
| Hex | 42 | 2 | 6C | 27 | 62 | 0 | 3A | 114 | 60 | 16 |
| Octal | 102 | 2 | 154 | 47 | 142 | 0 | 72 | 424 | 140 | 26 |
| Binary | 1000010 | 10 | 1101100 | 100111 | 1100010 | 0 | 111010 | 100010100 | 1100000 | 10110 |
Color Harmonies of #42026C
Complementary color
Monochromatic Colors of #42026C
Black with #42026C
Text Example
Text Example
White with #42026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42026C; }
p { color: rgb(66,2,108); }
H1.HeaderClassName
{
color: #42026C;
}
.AnyTagClassName
{
color: #42026C;
}
</style>
background-color css
<style>
a { background-color: #42026C; }
a { background-color: rgb(66,2,108); }
div.DivClassName
{
background-color: #42026C;
}
.BgClassName
{
background-color: #42026C;
}
</style>
border-color css
<style>
span { border-color: #42026C; }
span { border-color: rgb(66,2,108); }
td.TdClassName
{
border-color: #42026C;
}
.TagClassName
{
border-color: #42026C;
}
</style>