Shades of Indigo #420268
Tints of Indigo #420268
RGB
CMYK
RGB Variations
Color information
#420268 (or 0x420268) is known color: Indigo. HEX triplet: 42, 02 and 68. RGB value is (66,2,104). Sum of RGB (Red+Green+Blue) = 66+2+104=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #420268 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420268 is #BDFD97. Grayscale: #202020. Windows color (decimal): -12451224 or 6816322. OLE color: 6816322.
HSL color Cylindrical-coordinate representation of color #420268: hue angle of 277.65º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420268 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 2 | 104 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.59 |
| HSL | 277.65º | 0.96% | 0.21% | - |
| HSV(B) | 277.65º | 0.98% | 0.41% | - |
| XYZ | 4.77 | 2.2 | 13.27 | - |
| YUV | 32.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 104 | 0.37 | 0.98 | 0 | 0.59 | 277.65 | 0.96 | 0.21 |
| Hex | 42 | 2 | 68 | 25 | 62 | 0 | 3B | 116 | 60 | 15 |
| Octal | 102 | 2 | 150 | 45 | 142 | 0 | 73 | 426 | 140 | 25 |
| Binary | 1000010 | 10 | 1101000 | 100101 | 1100010 | 0 | 111011 | 100010110 | 1100000 | 10101 |
Color Harmonies of #420268
Complementary color
Monochromatic Colors of #420268
Black with #420268
Text Example
Text Example
White with #420268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420268; }
p { color: rgb(66,2,104); }
H1.HeaderClassName
{
color: #420268;
}
.AnyTagClassName
{
color: #420268;
}
</style>
background-color css
<style>
a { background-color: #420268; }
a { background-color: rgb(66,2,104); }
div.DivClassName
{
background-color: #420268;
}
.BgClassName
{
background-color: #420268;
}
</style>
border-color css
<style>
span { border-color: #420268; }
span { border-color: rgb(66,2,104); }
td.TdClassName
{
border-color: #420268;
}
.TagClassName
{
border-color: #420268;
}
</style>