Shades of Persian Indigo #421A90
Tints of Persian Indigo #421A90
RGB
CMYK
RGB Variations
Color information
#421A90 (or 0x421A90) is known color: Persian Indigo. HEX triplet: 42, 1A and 90. RGB value is (66,26,144). Sum of RGB (Red+Green+Blue) = 66+26+144=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #421A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A90 is #BDE56F. Grayscale: #323232. Windows color (decimal): -12445040 or 9443906. OLE color: 9443906.
HSL color Cylindrical-coordinate representation of color #421A90: hue angle of 260.34º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421A90 is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 26 | 144 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.44 |
| HSL | 260.34º | 0.69% | 0.33% | - |
| HSV(B) | 260.34º | 0.82% | 0.56% | - |
| XYZ | 7.65 | 3.91 | 26.74 | - |
| YUV | 51.41 | 180.25 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 144 | 0.54 | 0.82 | 0 | 0.44 | 260.34 | 0.69 | 0.33 |
| Hex | 42 | 1A | 90 | 36 | 52 | 0 | 2C | 104 | 45 | 21 |
| Octal | 102 | 32 | 220 | 66 | 122 | 0 | 54 | 404 | 105 | 41 |
| Binary | 1000010 | 11010 | 10010000 | 110110 | 1010010 | 0 | 101100 | 100000100 | 1000101 | 100001 |
Color Harmonies of #421A90
Complementary color
Monochromatic Colors of #421A90
Black with #421A90
Text Example
Text Example
White with #421A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A90; }
p { color: rgb(66,26,144); }
H1.HeaderClassName
{
color: #421A90;
}
.AnyTagClassName
{
color: #421A90;
}
</style>
background-color css
<style>
a { background-color: #421A90; }
a { background-color: rgb(66,26,144); }
div.DivClassName
{
background-color: #421A90;
}
.BgClassName
{
background-color: #421A90;
}
</style>
border-color css
<style>
span { border-color: #421A90; }
span { border-color: rgb(66,26,144); }
td.TdClassName
{
border-color: #421A90;
}
.TagClassName
{
border-color: #421A90;
}
</style>