Shades of Persian Indigo #40199A
Tints of Persian Indigo #40199A
RGB
CMYK
RGB Variations
Color information
#40199A (or 0x40199A) is known color: Persian Indigo. HEX triplet: 40, 19 and 9A. RGB value is (64,25,154). Sum of RGB (Red+Green+Blue) = 64+25+154=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #40199A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199A is #BFE665. Grayscale: #323232. Windows color (decimal): -12576358 or 10099008. OLE color: 10099008.
HSL color Cylindrical-coordinate representation of color #40199A: hue angle of 258.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40199A is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 25 | 154 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.40 |
| HSL | 258.14º | 0.72% | 0.35% | - |
| HSV(B) | 258.14º | 0.84% | 0.6% | - |
| XYZ | 8.29 | 4.12 | 30.93 | - |
| YUV | 51.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 154 | 0.58 | 0.84 | 0 | 0.40 | 258.14 | 0.72 | 0.35 |
| Hex | 40 | 19 | 9A | 3A | 54 | 0 | 28 | 102 | 48 | 23 |
| Octal | 100 | 31 | 232 | 72 | 124 | 0 | 50 | 402 | 110 | 43 |
| Binary | 1000000 | 11001 | 10011010 | 111010 | 1010100 | 0 | 101000 | 100000010 | 1001000 | 100011 |
Color Harmonies of #40199A
Complementary color
Monochromatic Colors of #40199A
Black with #40199A
Text Example
Text Example
White with #40199A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40199A; }
p { color: rgb(64,25,154); }
H1.HeaderClassName
{
color: #40199A;
}
.AnyTagClassName
{
color: #40199A;
}
</style>
background-color css
<style>
a { background-color: #40199A; }
a { background-color: rgb(64,25,154); }
div.DivClassName
{
background-color: #40199A;
}
.BgClassName
{
background-color: #40199A;
}
</style>
border-color css
<style>
span { border-color: #40199A; }
span { border-color: rgb(64,25,154); }
td.TdClassName
{
border-color: #40199A;
}
.TagClassName
{
border-color: #40199A;
}
</style>