Shades of Indigo #420796
Tints of Indigo #420796
RGB
CMYK
RGB Variations
Color information
#420796 (or 0x420796) is known color: Indigo. HEX triplet: 42, 07 and 96. RGB value is (66,7,150). Sum of RGB (Red+Green+Blue) = 66+7+150=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #420796 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420796 is #BDF869. Grayscale: #282828. Windows color (decimal): -12449898 or 9832258. OLE color: 9832258.
HSL color Cylindrical-coordinate representation of color #420796: hue angle of 264.76º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420796 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 7 | 150 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.41 |
| HSL | 264.76º | 0.91% | 0.31% | - |
| HSV(B) | 264.76º | 0.95% | 0.59% | - |
| XYZ | 7.83 | 3.51 | 29.12 | - |
| YUV | 40.94 | 189.55 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 150 | 0.56 | 0.95 | 0 | 0.41 | 264.76 | 0.91 | 0.31 |
| Hex | 42 | 7 | 96 | 38 | 5F | 0 | 29 | 109 | 5B | 1F |
| Octal | 102 | 7 | 226 | 70 | 137 | 0 | 51 | 411 | 133 | 37 |
| Binary | 1000010 | 111 | 10010110 | 111000 | 1011111 | 0 | 101001 | 100001001 | 1011011 | 11111 |
Color Harmonies of #420796
Complementary color
Monochromatic Colors of #420796
Black with #420796
Text Example
Text Example
White with #420796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420796; }
p { color: rgb(66,7,150); }
H1.HeaderClassName
{
color: #420796;
}
.AnyTagClassName
{
color: #420796;
}
</style>
background-color css
<style>
a { background-color: #420796; }
a { background-color: rgb(66,7,150); }
div.DivClassName
{
background-color: #420796;
}
.BgClassName
{
background-color: #420796;
}
</style>
border-color css
<style>
span { border-color: #420796; }
span { border-color: rgb(66,7,150); }
td.TdClassName
{
border-color: #420796;
}
.TagClassName
{
border-color: #420796;
}
</style>