Shades of Persian Indigo #401982
Tints of Persian Indigo #401982
RGB
CMYK
RGB Variations
Color information
#401982 (or 0x401982) is known color: Persian Indigo. HEX triplet: 40, 19 and 82. RGB value is (64,25,130). Sum of RGB (Red+Green+Blue) = 64+25+130=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #401982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401982 is #BFE67D. Grayscale: #303030. Windows color (decimal): -12576382 or 8526144. OLE color: 8526144.
HSL color Cylindrical-coordinate representation of color #401982: hue angle of 262.29º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401982 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 25 | 130 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.49 |
| HSL | 262.29º | 0.68% | 0.3% | - |
| HSV(B) | 262.29º | 0.81% | 0.51% | - |
| XYZ | 6.49 | 3.4 | 21.43 | - |
| YUV | 48.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 130 | 0.51 | 0.81 | 0 | 0.49 | 262.29 | 0.68 | 0.3 |
| Hex | 40 | 19 | 82 | 33 | 51 | 0 | 31 | 106 | 44 | 1E |
| Octal | 100 | 31 | 202 | 63 | 121 | 0 | 61 | 406 | 104 | 36 |
| Binary | 1000000 | 11001 | 10000010 | 110011 | 1010001 | 0 | 110001 | 100000110 | 1000100 | 11110 |
Color Harmonies of #401982
Complementary color
Monochromatic Colors of #401982
Black with #401982
Text Example
Text Example
White with #401982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401982; }
p { color: rgb(64,25,130); }
H1.HeaderClassName
{
color: #401982;
}
.AnyTagClassName
{
color: #401982;
}
</style>
background-color css
<style>
a { background-color: #401982; }
a { background-color: rgb(64,25,130); }
div.DivClassName
{
background-color: #401982;
}
.BgClassName
{
background-color: #401982;
}
</style>
border-color css
<style>
span { border-color: #401982; }
span { border-color: rgb(64,25,130); }
td.TdClassName
{
border-color: #401982;
}
.TagClassName
{
border-color: #401982;
}
</style>