Shades of Indigo #420263
Tints of Indigo #420263
RGB
CMYK
RGB Variations
Color information
#420263 (or 0x420263) is known color: Indigo. HEX triplet: 42, 02 and 63. RGB value is (66,2,99). Sum of RGB (Red+Green+Blue) = 66+2+99=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #420263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420263 is #BDFD9C. Grayscale: #1F1F1F. Windows color (decimal): -12451229 or 6488642. OLE color: 6488642.
HSL color Cylindrical-coordinate representation of color #420263: hue angle of 279.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420263 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 2 | 99 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.61 |
| HSL | 279.59º | 0.96% | 0.2% | - |
| HSV(B) | 279.59º | 0.98% | 0.39% | - |
| XYZ | 4.52 | 2.1 | 11.97 | - |
| YUV | 32.19 | 165.7 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 99 | 0.33 | 0.98 | 0 | 0.61 | 279.59 | 0.96 | 0.2 |
| Hex | 42 | 2 | 63 | 21 | 62 | 0 | 3D | 118 | 60 | 14 |
| Octal | 102 | 2 | 143 | 41 | 142 | 0 | 75 | 430 | 140 | 24 |
| Binary | 1000010 | 10 | 1100011 | 100001 | 1100010 | 0 | 111101 | 100011000 | 1100000 | 10100 |
Color Harmonies of #420263
Complementary color
Monochromatic Colors of #420263
Black with #420263
Text Example
Text Example
White with #420263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420263; }
p { color: rgb(66,2,99); }
H1.HeaderClassName
{
color: #420263;
}
.AnyTagClassName
{
color: #420263;
}
</style>
background-color css
<style>
a { background-color: #420263; }
a { background-color: rgb(66,2,99); }
div.DivClassName
{
background-color: #420263;
}
.BgClassName
{
background-color: #420263;
}
</style>
border-color css
<style>
span { border-color: #420263; }
span { border-color: rgb(66,2,99); }
td.TdClassName
{
border-color: #420263;
}
.TagClassName
{
border-color: #420263;
}
</style>