Shades of Persian Indigo #421A99
Tints of Persian Indigo #421A99
RGB
CMYK
RGB Variations
Color information
#421A99 (or 0x421A99) is known color: Persian Indigo. HEX triplet: 42, 1A and 99. RGB value is (66,26,153). Sum of RGB (Red+Green+Blue) = 66+26+153=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #421A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A99 is #BDE566. Grayscale: #333333. Windows color (decimal): -12445031 or 10033730. OLE color: 10033730.
HSL color Cylindrical-coordinate representation of color #421A99: hue angle of 258.9º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421A99 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 26 | 153 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.4 |
| HSL | 258.9º | 0.71% | 0.35% | - |
| HSV(B) | 258.9º | 0.83% | 0.6% | - |
| XYZ | 8.37 | 4.2 | 30.51 | - |
| YUV | 52.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 153 | 0.57 | 0.83 | 0 | 0.4 | 258.9 | 0.71 | 0.35 |
| Hex | 42 | 1A | 99 | 39 | 53 | 0 | 28 | 103 | 47 | 23 |
| Octal | 102 | 32 | 231 | 71 | 123 | 0 | 50 | 403 | 107 | 43 |
| Binary | 1000010 | 11010 | 10011001 | 111001 | 1010011 | 0 | 101000 | 100000011 | 1000111 | 100011 |
Color Harmonies of #421A99
Complementary color
Monochromatic Colors of #421A99
Black with #421A99
Text Example
Text Example
White with #421A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A99; }
p { color: rgb(66,26,153); }
H1.HeaderClassName
{
color: #421A99;
}
.AnyTagClassName
{
color: #421A99;
}
</style>
background-color css
<style>
a { background-color: #421A99; }
a { background-color: rgb(66,26,153); }
div.DivClassName
{
background-color: #421A99;
}
.BgClassName
{
background-color: #421A99;
}
</style>
border-color css
<style>
span { border-color: #421A99; }
span { border-color: rgb(66,26,153); }
td.TdClassName
{
border-color: #421A99;
}
.TagClassName
{
border-color: #421A99;
}
</style>