Shades of Persian Indigo #401A84
Tints of Persian Indigo #401A84
RGB
CMYK
RGB Variations
Color information
#401A84 (or 0x401A84) is known color: Persian Indigo. HEX triplet: 40, 1A and 84. RGB value is (64,26,132). Sum of RGB (Red+Green+Blue) = 64+26+132=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #401A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A84 is #BFE57B. Grayscale: #313131. Windows color (decimal): -12576124 or 8657472. OLE color: 8657472.
HSL color Cylindrical-coordinate representation of color #401A84: hue angle of 261.51º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401A84 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 26 | 132 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.48 |
| HSL | 261.51º | 0.67% | 0.31% | - |
| HSV(B) | 261.51º | 0.8% | 0.52% | - |
| XYZ | 6.65 | 3.49 | 22.15 | - |
| YUV | 49.45 | 174.59 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 132 | 0.52 | 0.80 | 0 | 0.48 | 261.51 | 0.67 | 0.31 |
| Hex | 40 | 1A | 84 | 34 | 50 | 0 | 30 | 106 | 43 | 1F |
| Octal | 100 | 32 | 204 | 64 | 120 | 0 | 60 | 406 | 103 | 37 |
| Binary | 1000000 | 11010 | 10000100 | 110100 | 1010000 | 0 | 110000 | 100000110 | 1000011 | 11111 |
Color Harmonies of #401A84
Complementary color
Monochromatic Colors of #401A84
Black with #401A84
Text Example
Text Example
White with #401A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A84; }
p { color: rgb(64,26,132); }
H1.HeaderClassName
{
color: #401A84;
}
.AnyTagClassName
{
color: #401A84;
}
</style>
background-color css
<style>
a { background-color: #401A84; }
a { background-color: rgb(64,26,132); }
div.DivClassName
{
background-color: #401A84;
}
.BgClassName
{
background-color: #401A84;
}
</style>
border-color css
<style>
span { border-color: #401A84; }
span { border-color: rgb(64,26,132); }
td.TdClassName
{
border-color: #401A84;
}
.TagClassName
{
border-color: #401A84;
}
</style>