Shades of Indigo #420669
Tints of Indigo #420669
RGB
CMYK
RGB Variations
Color information
#420669 (or 0x420669) is known color: Indigo. HEX triplet: 42, 06 and 69. RGB value is (66,6,105). Sum of RGB (Red+Green+Blue) = 66+6+105=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #420669 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420669 is #BDF996. Grayscale: #222222. Windows color (decimal): -12450199 or 6882882. OLE color: 6882882.
HSL color Cylindrical-coordinate representation of color #420669: hue angle of 276.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420669 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 6 | 105 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.59 |
| HSL | 276.36º | 0.89% | 0.22% | - |
| HSV(B) | 276.36º | 0.94% | 0.41% | - |
| XYZ | 4.86 | 2.31 | 13.55 | - |
| YUV | 35.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 105 | 0.37 | 0.94 | 0 | 0.59 | 276.36 | 0.89 | 0.22 |
| Hex | 42 | 6 | 69 | 25 | 5E | 0 | 3B | 114 | 59 | 16 |
| Octal | 102 | 6 | 151 | 45 | 136 | 0 | 73 | 424 | 131 | 26 |
| Binary | 1000010 | 110 | 1101001 | 100101 | 1011110 | 0 | 111011 | 100010100 | 1011001 | 10110 |
Color Harmonies of #420669
Complementary color
Monochromatic Colors of #420669
Black with #420669
Text Example
Text Example
White with #420669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420669; }
p { color: rgb(66,6,105); }
H1.HeaderClassName
{
color: #420669;
}
.AnyTagClassName
{
color: #420669;
}
</style>
background-color css
<style>
a { background-color: #420669; }
a { background-color: rgb(66,6,105); }
div.DivClassName
{
background-color: #420669;
}
.BgClassName
{
background-color: #420669;
}
</style>
border-color css
<style>
span { border-color: #420669; }
span { border-color: rgb(66,6,105); }
td.TdClassName
{
border-color: #420669;
}
.TagClassName
{
border-color: #420669;
}
</style>