Shades of Indigo #421092
Tints of Indigo #421092
RGB
CMYK
RGB Variations
Color information
#421092 (or 0x421092) is known color: Indigo. HEX triplet: 42, 10 and 92. RGB value is (66,16,146). Sum of RGB (Red+Green+Blue) = 66+16+146=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #421092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421092 is #BDEF6D. Grayscale: #2D2D2D. Windows color (decimal): -12447598 or 9572418. OLE color: 9572418.
HSL color Cylindrical-coordinate representation of color #421092: hue angle of 263.08º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #421092 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 16 | 146 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.43 |
| HSL | 263.08º | 0.8% | 0.32% | - |
| HSV(B) | 263.08º | 0.89% | 0.57% | - |
| XYZ | 7.62 | 3.6 | 27.49 | - |
| YUV | 45.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 146 | 0.55 | 0.89 | 0 | 0.43 | 263.08 | 0.8 | 0.32 |
| Hex | 42 | 10 | 92 | 37 | 59 | 0 | 2B | 107 | 50 | 20 |
| Octal | 102 | 20 | 222 | 67 | 131 | 0 | 53 | 407 | 120 | 40 |
| Binary | 1000010 | 10000 | 10010010 | 110111 | 1011001 | 0 | 101011 | 100000111 | 1010000 | 100000 |
Color Harmonies of #421092
Complementary color
Monochromatic Colors of #421092
Black with #421092
Text Example
Text Example
White with #421092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421092; }
p { color: rgb(66,16,146); }
H1.HeaderClassName
{
color: #421092;
}
.AnyTagClassName
{
color: #421092;
}
</style>
background-color css
<style>
a { background-color: #421092; }
a { background-color: rgb(66,16,146); }
div.DivClassName
{
background-color: #421092;
}
.BgClassName
{
background-color: #421092;
}
</style>
border-color css
<style>
span { border-color: #421092; }
span { border-color: rgb(66,16,146); }
td.TdClassName
{
border-color: #421092;
}
.TagClassName
{
border-color: #421092;
}
</style>