Shades of Persian Indigo #421A9C
Tints of Persian Indigo #421A9C
RGB
CMYK
RGB Variations
Color information
#421A9C (or 0x421A9C) is known color: Persian Indigo. HEX triplet: 42, 1A and 9C. RGB value is (66,26,156). Sum of RGB (Red+Green+Blue) = 66+26+156=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #421A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A9C is #BDE563. Grayscale: #343434. Windows color (decimal): -12445028 or 10230338. OLE color: 10230338.
HSL color Cylindrical-coordinate representation of color #421A9C: hue angle of 258.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421A9C is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 26 | 156 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.39 |
| HSL | 258.46º | 0.71% | 0.36% | - |
| HSV(B) | 258.46º | 0.83% | 0.61% | - |
| XYZ | 8.62 | 4.3 | 31.83 | - |
| YUV | 52.78 | 186.25 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 26 | 156 | 0.58 | 0.83 | 0 | 0.39 | 258.46 | 0.71 | 0.36 |
| Hex | 42 | 1A | 9C | 3A | 53 | 0 | 27 | 102 | 47 | 24 |
| Octal | 102 | 32 | 234 | 72 | 123 | 0 | 47 | 402 | 107 | 44 |
| Binary | 1000010 | 11010 | 10011100 | 111010 | 1010011 | 0 | 100111 | 100000010 | 1000111 | 100100 |
Color Harmonies of #421A9C
Complementary color
Monochromatic Colors of #421A9C
Black with #421A9C
Text Example
Text Example
White with #421A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421A9C; }
p { color: rgb(66,26,156); }
H1.HeaderClassName
{
color: #421A9C;
}
.AnyTagClassName
{
color: #421A9C;
}
</style>
background-color css
<style>
a { background-color: #421A9C; }
a { background-color: rgb(66,26,156); }
div.DivClassName
{
background-color: #421A9C;
}
.BgClassName
{
background-color: #421A9C;
}
</style>
border-color css
<style>
span { border-color: #421A9C; }
span { border-color: rgb(66,26,156); }
td.TdClassName
{
border-color: #421A9C;
}
.TagClassName
{
border-color: #421A9C;
}
</style>