Shades of Indigo #420661
Tints of Indigo #420661
RGB
CMYK
RGB Variations
Color information
#420661 (or 0x420661) is known color: Indigo. HEX triplet: 42, 06 and 61. RGB value is (66,6,97). Sum of RGB (Red+Green+Blue) = 66+6+97=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #420661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420661 is #BDF99E. Grayscale: #222222. Windows color (decimal): -12450207 or 6358594. OLE color: 6358594.
HSL color Cylindrical-coordinate representation of color #420661: hue angle of 279.56º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420661 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 6 | 97 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.62 |
| HSL | 279.56º | 0.88% | 0.2% | - |
| HSV(B) | 279.56º | 0.94% | 0.38% | - |
| XYZ | 4.47 | 2.15 | 11.49 | - |
| YUV | 34.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 97 | 0.32 | 0.94 | 0 | 0.62 | 279.56 | 0.88 | 0.2 |
| Hex | 42 | 6 | 61 | 20 | 5E | 0 | 3E | 118 | 58 | 14 |
| Octal | 102 | 6 | 141 | 40 | 136 | 0 | 76 | 430 | 130 | 24 |
| Binary | 1000010 | 110 | 1100001 | 100000 | 1011110 | 0 | 111110 | 100011000 | 1011000 | 10100 |
Color Harmonies of #420661
Complementary color
Monochromatic Colors of #420661
Black with #420661
Text Example
Text Example
White with #420661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420661; }
p { color: rgb(66,6,97); }
H1.HeaderClassName
{
color: #420661;
}
.AnyTagClassName
{
color: #420661;
}
</style>
background-color css
<style>
a { background-color: #420661; }
a { background-color: rgb(66,6,97); }
div.DivClassName
{
background-color: #420661;
}
.BgClassName
{
background-color: #420661;
}
</style>
border-color css
<style>
span { border-color: #420661; }
span { border-color: rgb(66,6,97); }
td.TdClassName
{
border-color: #420661;
}
.TagClassName
{
border-color: #420661;
}
</style>