Shades of Indigo #420593
Tints of Indigo #420593
RGB
CMYK
RGB Variations
Color information
#420593 (or 0x420593) is known color: Indigo. HEX triplet: 42, 05 and 93. RGB value is (66,5,147). Sum of RGB (Red+Green+Blue) = 66+5+147=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 147 (57.81% from 255 or 67.43% from 218); Max value from RGB is 147 - color contains mainly: blue. Hex color #420593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420593 is #BDFA6C. Grayscale: #262626. Windows color (decimal): -12450413 or 9635138. OLE color: 9635138.
HSL color Cylindrical-coordinate representation of color #420593: hue angle of 265.77º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420593 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 5 | 147 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.42 |
| HSL | 265.77º | 0.93% | 0.3% | - |
| HSV(B) | 265.77º | 0.97% | 0.58% | - |
| XYZ | 7.57 | 3.37 | 27.86 | - |
| YUV | 39.43 | 188.71 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 147 | 0.55 | 0.97 | 0 | 0.42 | 265.77 | 0.93 | 0.3 |
| Hex | 42 | 5 | 93 | 37 | 61 | 0 | 2A | 10A | 5D | 1E |
| Octal | 102 | 5 | 223 | 67 | 141 | 0 | 52 | 412 | 135 | 36 |
| Binary | 1000010 | 101 | 10010011 | 110111 | 1100001 | 0 | 101010 | 100001010 | 1011101 | 11110 |
Color Harmonies of #420593
Complementary color
Monochromatic Colors of #420593
Black with #420593
Text Example
Text Example
White with #420593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420593; }
p { color: rgb(66,5,147); }
H1.HeaderClassName
{
color: #420593;
}
.AnyTagClassName
{
color: #420593;
}
</style>
background-color css
<style>
a { background-color: #420593; }
a { background-color: rgb(66,5,147); }
div.DivClassName
{
background-color: #420593;
}
.BgClassName
{
background-color: #420593;
}
</style>
border-color css
<style>
span { border-color: #420593; }
span { border-color: rgb(66,5,147); }
td.TdClassName
{
border-color: #420593;
}
.TagClassName
{
border-color: #420593;
}
</style>