Shades of Persian Indigo #40158B
Tints of Persian Indigo #40158B
RGB
CMYK
RGB Variations
Color information
#40158B (or 0x40158B) is known color: Persian Indigo. HEX triplet: 40, 15 and 8B. RGB value is (64,21,139). Sum of RGB (Red+Green+Blue) = 64+21+139=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #40158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40158B is #BFEA74. Grayscale: #2E2E2E. Windows color (decimal): -12577397 or 9114944. OLE color: 9114944.
HSL color Cylindrical-coordinate representation of color #40158B: hue angle of 261.86º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40158B is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 21 | 139 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.45 |
| HSL | 261.86º | 0.74% | 0.31% | - |
| HSV(B) | 261.86º | 0.85% | 0.55% | - |
| XYZ | 7.04 | 3.49 | 24.73 | - |
| YUV | 47.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 139 | 0.54 | 0.85 | 0 | 0.45 | 261.86 | 0.74 | 0.31 |
| Hex | 40 | 15 | 8B | 36 | 55 | 0 | 2D | 106 | 4A | 1F |
| Octal | 100 | 25 | 213 | 66 | 125 | 0 | 55 | 406 | 112 | 37 |
| Binary | 1000000 | 10101 | 10001011 | 110110 | 1010101 | 0 | 101101 | 100000110 | 1001010 | 11111 |
Color Harmonies of #40158B
Complementary color
Monochromatic Colors of #40158B
Black with #40158B
Text Example
Text Example
White with #40158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40158B; }
p { color: rgb(64,21,139); }
H1.HeaderClassName
{
color: #40158B;
}
.AnyTagClassName
{
color: #40158B;
}
</style>
background-color css
<style>
a { background-color: #40158B; }
a { background-color: rgb(64,21,139); }
div.DivClassName
{
background-color: #40158B;
}
.BgClassName
{
background-color: #40158B;
}
</style>
border-color css
<style>
span { border-color: #40158B; }
span { border-color: rgb(64,21,139); }
td.TdClassName
{
border-color: #40158B;
}
.TagClassName
{
border-color: #40158B;
}
</style>