Shades of Indigo #420677
Tints of Indigo #420677
RGB
CMYK
RGB Variations
Color information
#420677 (or 0x420677) is known color: Indigo. HEX triplet: 42, 06 and 77. RGB value is (66,6,119). Sum of RGB (Red+Green+Blue) = 66+6+119=191 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.55% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #420677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420677 is #BDF988. Grayscale: #242424. Windows color (decimal): -12450185 or 7800386. OLE color: 7800386.
HSL color Cylindrical-coordinate representation of color #420677: hue angle of 271.86º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420677 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 66 | 6 | 119 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.53 |
| HSL | 271.86º | 0.9% | 0.25% | - |
| HSV(B) | 271.86º | 0.95% | 0.47% | - |
| XYZ | 5.64 | 2.62 | 17.66 | - |
| YUV | 36.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 119 | 0.45 | 0.95 | 0 | 0.53 | 271.86 | 0.9 | 0.25 |
| Hex | 42 | 6 | 77 | 2D | 5F | 0 | 35 | 110 | 5A | 19 |
| Octal | 102 | 6 | 167 | 55 | 137 | 0 | 65 | 420 | 132 | 31 |
| Binary | 1000010 | 110 | 1110111 | 101101 | 1011111 | 0 | 110101 | 100010000 | 1011010 | 11001 |
Color Harmonies of #420677
Complementary color
Monochromatic Colors of #420677
Black with #420677
Text Example
Text Example
White with #420677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420677; }
p { color: rgb(66,6,119); }
H1.HeaderClassName
{
color: #420677;
}
.AnyTagClassName
{
color: #420677;
}
</style>
background-color css
<style>
a { background-color: #420677; }
a { background-color: rgb(66,6,119); }
div.DivClassName
{
background-color: #420677;
}
.BgClassName
{
background-color: #420677;
}
</style>
border-color css
<style>
span { border-color: #420677; }
span { border-color: rgb(66,6,119); }
td.TdClassName
{
border-color: #420677;
}
.TagClassName
{
border-color: #420677;
}
</style>