Shades of Indigo #420768
Tints of Indigo #420768
RGB
CMYK
RGB Variations
Color information
#420768 (or 0x420768) is known color: Indigo. HEX triplet: 42, 07 and 68. RGB value is (66,7,104). Sum of RGB (Red+Green+Blue) = 66+7+104=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #420768 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420768 is #BDF897. Grayscale: #232323. Windows color (decimal): -12449944 or 6817602. OLE color: 6817602.
HSL color Cylindrical-coordinate representation of color #420768: hue angle of 276.49º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420768 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 7 | 104 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.59 |
| HSL | 276.49º | 0.87% | 0.22% | - |
| HSV(B) | 276.49º | 0.93% | 0.41% | - |
| XYZ | 4.82 | 2.31 | 13.29 | - |
| YUV | 35.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 104 | 0.37 | 0.93 | 0 | 0.59 | 276.49 | 0.87 | 0.22 |
| Hex | 42 | 7 | 68 | 25 | 5D | 0 | 3B | 114 | 57 | 16 |
| Octal | 102 | 7 | 150 | 45 | 135 | 0 | 73 | 424 | 127 | 26 |
| Binary | 1000010 | 111 | 1101000 | 100101 | 1011101 | 0 | 111011 | 100010100 | 1010111 | 10110 |
Color Harmonies of #420768
Complementary color
Monochromatic Colors of #420768
Black with #420768
Text Example
Text Example
White with #420768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420768; }
p { color: rgb(66,7,104); }
H1.HeaderClassName
{
color: #420768;
}
.AnyTagClassName
{
color: #420768;
}
</style>
background-color css
<style>
a { background-color: #420768; }
a { background-color: rgb(66,7,104); }
div.DivClassName
{
background-color: #420768;
}
.BgClassName
{
background-color: #420768;
}
</style>
border-color css
<style>
span { border-color: #420768; }
span { border-color: rgb(66,7,104); }
td.TdClassName
{
border-color: #420768;
}
.TagClassName
{
border-color: #420768;
}
</style>