Shades of Indigo #420163
Tints of Indigo #420163
RGB
CMYK
RGB Variations
Color information
#420163 (or 0x420163) is known color: Indigo. HEX triplet: 42, 01 and 63. RGB value is (66,1,99). Sum of RGB (Red+Green+Blue) = 66+1+99=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #420163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420163 is #BDFE9C. Grayscale: #1F1F1F. Windows color (decimal): -12451485 or 6488386. OLE color: 6488386.
HSL color Cylindrical-coordinate representation of color #420163: hue angle of 279.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420163 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 1 | 99 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.61 |
| HSL | 279.8º | 0.98% | 0.2% | - |
| HSV(B) | 279.8º | 0.99% | 0.39% | - |
| XYZ | 4.51 | 2.08 | 11.97 | - |
| YUV | 31.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 99 | 0.33 | 0.99 | 0 | 0.61 | 279.8 | 0.98 | 0.2 |
| Hex | 42 | 1 | 63 | 21 | 63 | 0 | 3D | 118 | 62 | 14 |
| Octal | 102 | 1 | 143 | 41 | 143 | 0 | 75 | 430 | 142 | 24 |
| Binary | 1000010 | 1 | 1100011 | 100001 | 1100011 | 0 | 111101 | 100011000 | 1100010 | 10100 |
Color Harmonies of #420163
Complementary color
Monochromatic Colors of #420163
Black with #420163
Text Example
Text Example
White with #420163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420163; }
p { color: rgb(66,1,99); }
H1.HeaderClassName
{
color: #420163;
}
.AnyTagClassName
{
color: #420163;
}
</style>
background-color css
<style>
a { background-color: #420163; }
a { background-color: rgb(66,1,99); }
div.DivClassName
{
background-color: #420163;
}
.BgClassName
{
background-color: #420163;
}
</style>
border-color css
<style>
span { border-color: #420163; }
span { border-color: rgb(66,1,99); }
td.TdClassName
{
border-color: #420163;
}
.TagClassName
{
border-color: #420163;
}
</style>