Shades of Indigo #420073
Tints of Indigo #420073
RGB
CMYK
RGB Variations
Color information
#420073 (or 0x420073) is known color: Indigo. HEX triplet: 42, 00 and 73. RGB value is (66,0,115). Sum of RGB (Red+Green+Blue) = 66+0+115=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #420073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420073 is #BDFF8C. Grayscale: #202020. Windows color (decimal): -12451725 or 7536706. OLE color: 7536706.
HSL color Cylindrical-coordinate representation of color #420073: hue angle of 274.43º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420073 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 66 | 0 | 115 | - |
| CMYK | 0.43 | 1 | 0 | 0.55 |
| HSL | 274.43º | 1% | 0.23% | - |
| HSV(B) | 274.43º | 1% | 0.45% | - |
| XYZ | 5.34 | 2.4 | 16.4 | - |
| YUV | 32.84 | 174.37 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 115 | 0.43 | 1 | 0 | 0.55 | 274.43 | 1 | 0.23 |
| Hex | 42 | 0 | 73 | 2B | 64 | 0 | 37 | 112 | 64 | 17 |
| Octal | 102 | 0 | 163 | 53 | 144 | 0 | 67 | 422 | 144 | 27 |
| Binary | 1000010 | 0 | 1110011 | 101011 | 1100100 | 0 | 110111 | 100010010 | 1100100 | 10111 |
Color Harmonies of #420073
Complementary color
Monochromatic Colors of #420073
Black with #420073
Text Example
Text Example
White with #420073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420073; }
p { color: rgb(66,0,115); }
H1.HeaderClassName
{
color: #420073;
}
.AnyTagClassName
{
color: #420073;
}
</style>
background-color css
<style>
a { background-color: #420073; }
a { background-color: rgb(66,0,115); }
div.DivClassName
{
background-color: #420073;
}
.BgClassName
{
background-color: #420073;
}
</style>
border-color css
<style>
span { border-color: #420073; }
span { border-color: rgb(66,0,115); }
td.TdClassName
{
border-color: #420073;
}
.TagClassName
{
border-color: #420073;
}
</style>