Shades of Persian Indigo #40199F
Tints of Persian Indigo #40199F
RGB
CMYK
RGB Variations
Color information
#40199F (or 0x40199F) is known color: Persian Indigo. HEX triplet: 40, 19 and 9F. RGB value is (64,25,159). Sum of RGB (Red+Green+Blue) = 64+25+159=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #40199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40199F is #BFE660. Grayscale: #333333. Windows color (decimal): -12576353 or 10426688. OLE color: 10426688.
HSL color Cylindrical-coordinate representation of color #40199F: hue angle of 257.46º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40199F is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 25 | 159 | - |
| CMYK | 0.60 | 0.84 | 0 | 0.38 |
| HSL | 257.46º | 0.73% | 0.36% | - |
| HSV(B) | 257.46º | 0.84% | 0.62% | - |
| XYZ | 8.72 | 4.29 | 33.17 | - |
| YUV | 51.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 159 | 0.60 | 0.84 | 0 | 0.38 | 257.46 | 0.73 | 0.36 |
| Hex | 40 | 19 | 9F | 3C | 54 | 0 | 26 | 101 | 49 | 24 |
| Octal | 100 | 31 | 237 | 74 | 124 | 0 | 46 | 401 | 111 | 44 |
| Binary | 1000000 | 11001 | 10011111 | 111100 | 1010100 | 0 | 100110 | 100000001 | 1001001 | 100100 |
Color Harmonies of #40199F
Complementary color
Monochromatic Colors of #40199F
Black with #40199F
Text Example
Text Example
White with #40199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40199F; }
p { color: rgb(64,25,159); }
H1.HeaderClassName
{
color: #40199F;
}
.AnyTagClassName
{
color: #40199F;
}
</style>
background-color css
<style>
a { background-color: #40199F; }
a { background-color: rgb(64,25,159); }
div.DivClassName
{
background-color: #40199F;
}
.BgClassName
{
background-color: #40199F;
}
</style>
border-color css
<style>
span { border-color: #40199F; }
span { border-color: rgb(64,25,159); }
td.TdClassName
{
border-color: #40199F;
}
.TagClassName
{
border-color: #40199F;
}
</style>