Shades of Indigo #420273
Tints of Indigo #420273
RGB
CMYK
RGB Variations
Color information
#420273 (or 0x420273) is known color: Indigo. HEX triplet: 42, 02 and 73. RGB value is (66,2,115). Sum of RGB (Red+Green+Blue) = 66+2+115=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #420273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420273 is #BDFD8C. Grayscale: #212121. Windows color (decimal): -12451213 or 7537218. OLE color: 7537218.
HSL color Cylindrical-coordinate representation of color #420273: hue angle of 273.98º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420273 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 2 | 115 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.55 |
| HSL | 273.98º | 0.97% | 0.23% | - |
| HSV(B) | 273.98º | 0.98% | 0.45% | - |
| XYZ | 5.36 | 2.44 | 16.41 | - |
| YUV | 34.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 115 | 0.43 | 0.98 | 0 | 0.55 | 273.98 | 0.97 | 0.23 |
| Hex | 42 | 2 | 73 | 2B | 62 | 0 | 37 | 112 | 61 | 17 |
| Octal | 102 | 2 | 163 | 53 | 142 | 0 | 67 | 422 | 141 | 27 |
| Binary | 1000010 | 10 | 1110011 | 101011 | 1100010 | 0 | 110111 | 100010010 | 1100001 | 10111 |
Color Harmonies of #420273
Complementary color
Monochromatic Colors of #420273
Black with #420273
Text Example
Text Example
White with #420273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420273; }
p { color: rgb(66,2,115); }
H1.HeaderClassName
{
color: #420273;
}
.AnyTagClassName
{
color: #420273;
}
</style>
background-color css
<style>
a { background-color: #420273; }
a { background-color: rgb(66,2,115); }
div.DivClassName
{
background-color: #420273;
}
.BgClassName
{
background-color: #420273;
}
</style>
border-color css
<style>
span { border-color: #420273; }
span { border-color: rgb(66,2,115); }
td.TdClassName
{
border-color: #420273;
}
.TagClassName
{
border-color: #420273;
}
</style>