Shades of Indigo #420780
Tints of Indigo #420780
RGB
CMYK
RGB Variations
Color information
#420780 (or 0x420780) is known color: Indigo. HEX triplet: 42, 07 and 80. RGB value is (66,7,128). Sum of RGB (Red+Green+Blue) = 66+7+128=201 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.84% from 201); Green value is 7 (3.12% from 255 or 3.48% from 201); Blue value is 128 (50.39% from 255 or 63.68% from 201); Max value from RGB is 128 - color contains mainly: blue. Hex color #420780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420780 is #BDF87F. Grayscale: #262626. Windows color (decimal): -12449920 or 8390466. OLE color: 8390466.
HSL color Cylindrical-coordinate representation of color #420780: hue angle of 269.26º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420780 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 7 | 128 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.50 |
| HSL | 269.26º | 0.9% | 0.26% | - |
| HSV(B) | 269.26º | 0.95% | 0.5% | - |
| XYZ | 6.22 | 2.87 | 20.65 | - |
| YUV | 38.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 128 | 0.48 | 0.95 | 0 | 0.50 | 269.26 | 0.9 | 0.26 |
| Hex | 42 | 7 | 80 | 30 | 5F | 0 | 32 | 10D | 5A | 1A |
| Octal | 102 | 7 | 200 | 60 | 137 | 0 | 62 | 415 | 132 | 32 |
| Binary | 1000010 | 111 | 10000000 | 110000 | 1011111 | 0 | 110010 | 100001101 | 1011010 | 11010 |
Color Harmonies of #420780
Complementary color
Monochromatic Colors of #420780
Black with #420780
Text Example
Text Example
White with #420780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420780; }
p { color: rgb(66,7,128); }
H1.HeaderClassName
{
color: #420780;
}
.AnyTagClassName
{
color: #420780;
}
</style>
background-color css
<style>
a { background-color: #420780; }
a { background-color: rgb(66,7,128); }
div.DivClassName
{
background-color: #420780;
}
.BgClassName
{
background-color: #420780;
}
</style>
border-color css
<style>
span { border-color: #420780; }
span { border-color: rgb(66,7,128); }
td.TdClassName
{
border-color: #420780;
}
.TagClassName
{
border-color: #420780;
}
</style>