Shades of Persian Indigo #40129A
Tints of Persian Indigo #40129A
RGB
CMYK
RGB Variations
Color information
#40129A (or 0x40129A) is known color: Persian Indigo. HEX triplet: 40, 12 and 9A. RGB value is (64,18,154). Sum of RGB (Red+Green+Blue) = 64+18+154=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 154 (60.55% from 255 or 65.25% from 236); Max value from RGB is 154 - color contains mainly: blue. Hex color #40129A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40129A is #BFED65. Grayscale: #2E2E2E. Windows color (decimal): -12578150 or 10097216. OLE color: 10097216.
HSL color Cylindrical-coordinate representation of color #40129A: hue angle of 260.29º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40129A is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 18 | 154 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.40 |
| HSL | 260.29º | 0.79% | 0.34% | - |
| HSV(B) | 260.29º | 0.88% | 0.6% | - |
| XYZ | 8.16 | 3.86 | 30.89 | - |
| YUV | 47.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 154 | 0.58 | 0.88 | 0 | 0.40 | 260.29 | 0.79 | 0.34 |
| Hex | 40 | 12 | 9A | 3A | 58 | 0 | 28 | 104 | 4F | 22 |
| Octal | 100 | 22 | 232 | 72 | 130 | 0 | 50 | 404 | 117 | 42 |
| Binary | 1000000 | 10010 | 10011010 | 111010 | 1011000 | 0 | 101000 | 100000100 | 1001111 | 100010 |
Color Harmonies of #40129A
Complementary color
Monochromatic Colors of #40129A
Black with #40129A
Text Example
Text Example
White with #40129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40129A; }
p { color: rgb(64,18,154); }
H1.HeaderClassName
{
color: #40129A;
}
.AnyTagClassName
{
color: #40129A;
}
</style>
background-color css
<style>
a { background-color: #40129A; }
a { background-color: rgb(64,18,154); }
div.DivClassName
{
background-color: #40129A;
}
.BgClassName
{
background-color: #40129A;
}
</style>
border-color css
<style>
span { border-color: #40129A; }
span { border-color: rgb(64,18,154); }
td.TdClassName
{
border-color: #40129A;
}
.TagClassName
{
border-color: #40129A;
}
</style>