Shades of Persian Indigo #401987
Tints of Persian Indigo #401987
RGB
CMYK
RGB Variations
Color information
#401987 (or 0x401987) is known color: Persian Indigo. HEX triplet: 40, 19 and 87. RGB value is (64,25,135). Sum of RGB (Red+Green+Blue) = 64+25+135=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 25 (10.16% from 255 or 11.16% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #401987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401987 is #BFE678. Grayscale: #303030. Windows color (decimal): -12576377 or 8853824. OLE color: 8853824.
HSL color Cylindrical-coordinate representation of color #401987: hue angle of 261.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401987 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 25 | 135 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.47 |
| HSL | 261.27º | 0.69% | 0.31% | - |
| HSV(B) | 261.27º | 0.81% | 0.53% | - |
| XYZ | 6.84 | 3.53 | 23.24 | - |
| YUV | 49.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 135 | 0.53 | 0.81 | 0 | 0.47 | 261.27 | 0.69 | 0.31 |
| Hex | 40 | 19 | 87 | 35 | 51 | 0 | 2F | 105 | 45 | 1F |
| Octal | 100 | 31 | 207 | 65 | 121 | 0 | 57 | 405 | 105 | 37 |
| Binary | 1000000 | 11001 | 10000111 | 110101 | 1010001 | 0 | 101111 | 100000101 | 1000101 | 11111 |
Color Harmonies of #401987
Complementary color
Monochromatic Colors of #401987
Black with #401987
Text Example
Text Example
White with #401987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401987; }
p { color: rgb(64,25,135); }
H1.HeaderClassName
{
color: #401987;
}
.AnyTagClassName
{
color: #401987;
}
</style>
background-color css
<style>
a { background-color: #401987; }
a { background-color: rgb(64,25,135); }
div.DivClassName
{
background-color: #401987;
}
.BgClassName
{
background-color: #401987;
}
</style>
border-color css
<style>
span { border-color: #401987; }
span { border-color: rgb(64,25,135); }
td.TdClassName
{
border-color: #401987;
}
.TagClassName
{
border-color: #401987;
}
</style>