Shades of Indigo #420769
Tints of Indigo #420769
RGB
CMYK
RGB Variations
Color information
#420769 (or 0x420769) is known color: Indigo. HEX triplet: 42, 07 and 69. RGB value is (66,7,105). Sum of RGB (Red+Green+Blue) = 66+7+105=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #420769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420769 is #BDF896. Grayscale: #232323. Windows color (decimal): -12449943 or 6883138. OLE color: 6883138.
HSL color Cylindrical-coordinate representation of color #420769: hue angle of 276.12º degrees, saturation: 0.88, 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 #420769 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 7 | 105 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.59 |
| HSL | 276.12º | 0.88% | 0.22% | - |
| HSV(B) | 276.12º | 0.93% | 0.41% | - |
| XYZ | 4.87 | 2.33 | 13.56 | - |
| YUV | 35.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 105 | 0.37 | 0.93 | 0 | 0.59 | 276.12 | 0.88 | 0.22 |
| Hex | 42 | 7 | 69 | 25 | 5D | 0 | 3B | 114 | 58 | 16 |
| Octal | 102 | 7 | 151 | 45 | 135 | 0 | 73 | 424 | 130 | 26 |
| Binary | 1000010 | 111 | 1101001 | 100101 | 1011101 | 0 | 111011 | 100010100 | 1011000 | 10110 |
Color Harmonies of #420769
Complementary color
Monochromatic Colors of #420769
Black with #420769
Text Example
Text Example
White with #420769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420769; }
p { color: rgb(66,7,105); }
H1.HeaderClassName
{
color: #420769;
}
.AnyTagClassName
{
color: #420769;
}
</style>
background-color css
<style>
a { background-color: #420769; }
a { background-color: rgb(66,7,105); }
div.DivClassName
{
background-color: #420769;
}
.BgClassName
{
background-color: #420769;
}
</style>
border-color css
<style>
span { border-color: #420769; }
span { border-color: rgb(66,7,105); }
td.TdClassName
{
border-color: #420769;
}
.TagClassName
{
border-color: #420769;
}
</style>