Shades of Persian Indigo #421A88
Tints of Persian Indigo #421A88
RGB
CMYK
RGB Variations
Color information
#421A88 (or 0x421A88) is known color: Persian Indigo. HEX triplet: 42, 1A and 88. RGB value is (66,26,136). Sum of RGB (Red+Green+Blue) = 66+26+136=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #421A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A88 is #BDE577. Grayscale: #323232. Windows color (decimal): -12445048 or 8919618. OLE color: 8919618.
HSL color Cylindrical-coordinate representation of color #421A88: hue angle of 261.82º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421A88 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 66 | 26 | 136 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.47 |
| HSL | 261.82º | 0.68% | 0.32% | - |
| HSV(B) | 261.82º | 0.81% | 0.53% | - |
| XYZ | 7.06 | 3.67 | 23.63 | - |
| YUV | 50.5 | 176.25 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 136 | 0.51 | 0.81 | 0 | 0.47 | 261.82 | 0.68 | 0.32 |
| Hex | 42 | 1A | 88 | 33 | 51 | 0 | 2F | 106 | 44 | 20 |
| Octal | 102 | 32 | 210 | 63 | 121 | 0 | 57 | 406 | 104 | 40 |
| Binary | 1000010 | 11010 | 10001000 | 110011 | 1010001 | 0 | 101111 | 100000110 | 1000100 | 100000 |
Color Harmonies of #421A88
Complementary color
Monochromatic Colors of #421A88
Black with #421A88
Text Example
Text Example
White with #421A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A88; }
p { color: rgb(66,26,136); }
H1.HeaderClassName
{
color: #421A88;
}
.AnyTagClassName
{
color: #421A88;
}
</style>
background-color css
<style>
a { background-color: #421A88; }
a { background-color: rgb(66,26,136); }
div.DivClassName
{
background-color: #421A88;
}
.BgClassName
{
background-color: #421A88;
}
</style>
border-color css
<style>
span { border-color: #421A88; }
span { border-color: rgb(66,26,136); }
td.TdClassName
{
border-color: #421A88;
}
.TagClassName
{
border-color: #421A88;
}
</style>