Shades of Indigo #421095
Tints of Indigo #421095
RGB
CMYK
RGB Variations
Color information
#421095 (or 0x421095) is known color: Indigo. HEX triplet: 42, 10 and 95. RGB value is (66,16,149). Sum of RGB (Red+Green+Blue) = 66+16+149=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #421095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421095 is #BDEF6A. Grayscale: #2D2D2D. Windows color (decimal): -12447595 or 9769026. OLE color: 9769026.
HSL color Cylindrical-coordinate representation of color #421095: hue angle of 262.56º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421095 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 16 | 149 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.42 |
| HSL | 262.56º | 0.81% | 0.32% | - |
| HSV(B) | 262.56º | 0.89% | 0.58% | - |
| XYZ | 7.86 | 3.7 | 28.73 | - |
| YUV | 46.11 | 186.07 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 149 | 0.56 | 0.89 | 0 | 0.42 | 262.56 | 0.81 | 0.32 |
| Hex | 42 | 10 | 95 | 38 | 59 | 0 | 2A | 107 | 51 | 20 |
| Octal | 102 | 20 | 225 | 70 | 131 | 0 | 52 | 407 | 121 | 40 |
| Binary | 1000010 | 10000 | 10010101 | 111000 | 1011001 | 0 | 101010 | 100000111 | 1010001 | 100000 |
Color Harmonies of #421095
Complementary color
Monochromatic Colors of #421095
Black with #421095
Text Example
Text Example
White with #421095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421095; }
p { color: rgb(66,16,149); }
H1.HeaderClassName
{
color: #421095;
}
.AnyTagClassName
{
color: #421095;
}
</style>
background-color css
<style>
a { background-color: #421095; }
a { background-color: rgb(66,16,149); }
div.DivClassName
{
background-color: #421095;
}
.BgClassName
{
background-color: #421095;
}
</style>
border-color css
<style>
span { border-color: #421095; }
span { border-color: rgb(66,16,149); }
td.TdClassName
{
border-color: #421095;
}
.TagClassName
{
border-color: #421095;
}
</style>