Shades of Indigo #420369
Tints of Indigo #420369
RGB
CMYK
RGB Variations
Color information
#420369 (or 0x420369) is known color: Indigo. HEX triplet: 42, 03 and 69. RGB value is (66,3,105). Sum of RGB (Red+Green+Blue) = 66+3+105=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 3 (1.56% from 255 or 1.72% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #420369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420369 is #BDFC96. Grayscale: #212121. Windows color (decimal): -12450967 or 6882114. OLE color: 6882114.
HSL color Cylindrical-coordinate representation of color #420369: hue angle of 277.06º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420369 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 3 | 105 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.59 |
| HSL | 277.06º | 0.94% | 0.21% | - |
| HSV(B) | 277.06º | 0.97% | 0.41% | - |
| XYZ | 4.83 | 2.24 | 13.54 | - |
| YUV | 33.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 3 | 105 | 0.37 | 0.97 | 0 | 0.59 | 277.06 | 0.94 | 0.21 |
| Hex | 42 | 3 | 69 | 25 | 61 | 0 | 3B | 115 | 5E | 15 |
| Octal | 102 | 3 | 151 | 45 | 141 | 0 | 73 | 425 | 136 | 25 |
| Binary | 1000010 | 11 | 1101001 | 100101 | 1100001 | 0 | 111011 | 100010101 | 1011110 | 10101 |
Color Harmonies of #420369
Complementary color
Monochromatic Colors of #420369
Black with #420369
Text Example
Text Example
White with #420369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420369; }
p { color: rgb(66,3,105); }
H1.HeaderClassName
{
color: #420369;
}
.AnyTagClassName
{
color: #420369;
}
</style>
background-color css
<style>
a { background-color: #420369; }
a { background-color: rgb(66,3,105); }
div.DivClassName
{
background-color: #420369;
}
.BgClassName
{
background-color: #420369;
}
</style>
border-color css
<style>
span { border-color: #420369; }
span { border-color: rgb(66,3,105); }
td.TdClassName
{
border-color: #420369;
}
.TagClassName
{
border-color: #420369;
}
</style>