Shades of Persian Indigo #401985
Tints of Persian Indigo #401985
RGB
CMYK
RGB Variations
Color information
#401985 (or 0x401985) is known color: Persian Indigo. HEX triplet: 40, 19 and 85. RGB value is (64,25,133). Sum of RGB (Red+Green+Blue) = 64+25+133=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #401985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401985 is #BFE67A. Grayscale: #303030. Windows color (decimal): -12576379 or 8722752. OLE color: 8722752.
HSL color Cylindrical-coordinate representation of color #401985: hue angle of 261.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401985 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 25 | 133 | - |
| CMYK | 0.52 | 0.81 | 0 | 0.48 |
| HSL | 261.67º | 0.68% | 0.31% | - |
| HSV(B) | 261.67º | 0.81% | 0.52% | - |
| XYZ | 6.7 | 3.48 | 22.51 | - |
| YUV | 48.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 133 | 0.52 | 0.81 | 0 | 0.48 | 261.67 | 0.68 | 0.31 |
| Hex | 40 | 19 | 85 | 34 | 51 | 0 | 30 | 106 | 44 | 1F |
| Octal | 100 | 31 | 205 | 64 | 121 | 0 | 60 | 406 | 104 | 37 |
| Binary | 1000000 | 11001 | 10000101 | 110100 | 1010001 | 0 | 110000 | 100000110 | 1000100 | 11111 |
Color Harmonies of #401985
Complementary color
Monochromatic Colors of #401985
Black with #401985
Text Example
Text Example
White with #401985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401985; }
p { color: rgb(64,25,133); }
H1.HeaderClassName
{
color: #401985;
}
.AnyTagClassName
{
color: #401985;
}
</style>
background-color css
<style>
a { background-color: #401985; }
a { background-color: rgb(64,25,133); }
div.DivClassName
{
background-color: #401985;
}
.BgClassName
{
background-color: #401985;
}
</style>
border-color css
<style>
span { border-color: #401985; }
span { border-color: rgb(64,25,133); }
td.TdClassName
{
border-color: #401985;
}
.TagClassName
{
border-color: #401985;
}
</style>