Shades of Persian Indigo #40158D
Tints of Persian Indigo #40158D
RGB
CMYK
RGB Variations
Color information
#40158D (or 0x40158D) is known color: Persian Indigo. HEX triplet: 40, 15 and 8D. RGB value is (64,21,141). Sum of RGB (Red+Green+Blue) = 64+21+141=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #40158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40158D is #BFEA72. Grayscale: #2F2F2F. Windows color (decimal): -12577395 or 9246016. OLE color: 9246016.
HSL color Cylindrical-coordinate representation of color #40158D: hue angle of 261.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40158D is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 21 | 141 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.45 |
| HSL | 261.5º | 0.74% | 0.32% | - |
| HSV(B) | 261.5º | 0.85% | 0.55% | - |
| XYZ | 7.19 | 3.55 | 25.51 | - |
| YUV | 47.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 141 | 0.55 | 0.85 | 0 | 0.45 | 261.5 | 0.74 | 0.32 |
| Hex | 40 | 15 | 8D | 37 | 55 | 0 | 2D | 106 | 4A | 20 |
| Octal | 100 | 25 | 215 | 67 | 125 | 0 | 55 | 406 | 112 | 40 |
| Binary | 1000000 | 10101 | 10001101 | 110111 | 1010101 | 0 | 101101 | 100000110 | 1001010 | 100000 |
Color Harmonies of #40158D
Complementary color
Monochromatic Colors of #40158D
Black with #40158D
Text Example
Text Example
White with #40158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40158D; }
p { color: rgb(64,21,141); }
H1.HeaderClassName
{
color: #40158D;
}
.AnyTagClassName
{
color: #40158D;
}
</style>
background-color css
<style>
a { background-color: #40158D; }
a { background-color: rgb(64,21,141); }
div.DivClassName
{
background-color: #40158D;
}
.BgClassName
{
background-color: #40158D;
}
</style>
border-color css
<style>
span { border-color: #40158D; }
span { border-color: rgb(64,21,141); }
td.TdClassName
{
border-color: #40158D;
}
.TagClassName
{
border-color: #40158D;
}
</style>