Shades of Indigo #420764
Tints of Indigo #420764
RGB
CMYK
RGB Variations
Color information
#420764 (or 0x420764) is known color: Indigo. HEX triplet: 42, 07 and 64. RGB value is (66,7,100). Sum of RGB (Red+Green+Blue) = 66+7+100=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 100 (39.45% from 255 or 57.80% from 173); Max value from RGB is 100 - color contains mainly: blue. Hex color #420764 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420764 is #BDF89B. Grayscale: #222222. Windows color (decimal): -12449948 or 6555458. OLE color: 6555458.
HSL color Cylindrical-coordinate representation of color #420764: hue angle of 278.06º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420764 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 7 | 100 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.61 |
| HSL | 278.06º | 0.87% | 0.21% | - |
| HSV(B) | 278.06º | 0.93% | 0.39% | - |
| XYZ | 4.62 | 2.23 | 12.24 | - |
| YUV | 35.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 100 | 0.34 | 0.93 | 0 | 0.61 | 278.06 | 0.87 | 0.21 |
| Hex | 42 | 7 | 64 | 22 | 5D | 0 | 3D | 116 | 57 | 15 |
| Octal | 102 | 7 | 144 | 42 | 135 | 0 | 75 | 426 | 127 | 25 |
| Binary | 1000010 | 111 | 1100100 | 100010 | 1011101 | 0 | 111101 | 100010110 | 1010111 | 10101 |
Color Harmonies of #420764
Complementary color
Monochromatic Colors of #420764
Black with #420764
Text Example
Text Example
White with #420764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420764; }
p { color: rgb(66,7,100); }
H1.HeaderClassName
{
color: #420764;
}
.AnyTagClassName
{
color: #420764;
}
</style>
background-color css
<style>
a { background-color: #420764; }
a { background-color: rgb(66,7,100); }
div.DivClassName
{
background-color: #420764;
}
.BgClassName
{
background-color: #420764;
}
</style>
border-color css
<style>
span { border-color: #420764; }
span { border-color: rgb(66,7,100); }
td.TdClassName
{
border-color: #420764;
}
.TagClassName
{
border-color: #420764;
}
</style>