Shades of Indigo #42017A
Tints of Indigo #42017A
RGB
CMYK
RGB Variations
Color information
#42017A (or 0x42017A) is known color: Indigo. HEX triplet: 42, 01 and 7A. RGB value is (66,1,122). Sum of RGB (Red+Green+Blue) = 66+1+122=189 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.92% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #42017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017A is #BDFE85. Grayscale: #212121. Windows color (decimal): -12451462 or 7995714. OLE color: 7995714.
HSL color Cylindrical-coordinate representation of color #42017A: hue angle of 272.23º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42017A is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 1 | 122 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.52 |
| HSL | 272.23º | 0.98% | 0.24% | - |
| HSV(B) | 272.23º | 0.99% | 0.48% | - |
| XYZ | 5.77 | 2.59 | 18.61 | - |
| YUV | 34.23 | 177.53 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 122 | 0.46 | 0.99 | 0 | 0.52 | 272.23 | 0.98 | 0.24 |
| Hex | 42 | 1 | 7A | 2E | 63 | 0 | 34 | 110 | 62 | 18 |
| Octal | 102 | 1 | 172 | 56 | 143 | 0 | 64 | 420 | 142 | 30 |
| Binary | 1000010 | 1 | 1111010 | 101110 | 1100011 | 0 | 110100 | 100010000 | 1100010 | 11000 |
Color Harmonies of #42017A
Complementary color
Monochromatic Colors of #42017A
Black with #42017A
Text Example
Text Example
White with #42017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42017A; }
p { color: rgb(66,1,122); }
H1.HeaderClassName
{
color: #42017A;
}
.AnyTagClassName
{
color: #42017A;
}
</style>
background-color css
<style>
a { background-color: #42017A; }
a { background-color: rgb(66,1,122); }
div.DivClassName
{
background-color: #42017A;
}
.BgClassName
{
background-color: #42017A;
}
</style>
border-color css
<style>
span { border-color: #42017A; }
span { border-color: rgb(66,1,122); }
td.TdClassName
{
border-color: #42017A;
}
.TagClassName
{
border-color: #42017A;
}
</style>