Shades of Persian Indigo #40109D
Tints of Persian Indigo #40109D
RGB
CMYK
RGB Variations
Color information
#40109D (or 0x40109D) is known color: Persian Indigo. HEX triplet: 40, 10 and 9D. RGB value is (64,16,157). Sum of RGB (Red+Green+Blue) = 64+16+157=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #40109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109D is #BFEF62. Grayscale: #2D2D2D. Windows color (decimal): -12578659 or 10293312. OLE color: 10293312.
HSL color Cylindrical-coordinate representation of color #40109D: hue angle of 260.43º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40109D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 16 | 157 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.38 |
| HSL | 260.43º | 0.82% | 0.34% | - |
| HSV(B) | 260.43º | 0.9% | 0.62% | - |
| XYZ | 8.39 | 3.89 | 32.21 | - |
| YUV | 46.43 | 190.4 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 157 | 0.59 | 0.90 | 0 | 0.38 | 260.43 | 0.82 | 0.34 |
| Hex | 40 | 10 | 9D | 3B | 5A | 0 | 26 | 104 | 52 | 22 |
| Octal | 100 | 20 | 235 | 73 | 132 | 0 | 46 | 404 | 122 | 42 |
| Binary | 1000000 | 10000 | 10011101 | 111011 | 1011010 | 0 | 100110 | 100000100 | 1010010 | 100010 |
Color Harmonies of #40109D
Complementary color
Monochromatic Colors of #40109D
Black with #40109D
Text Example
Text Example
White with #40109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40109D; }
p { color: rgb(64,16,157); }
H1.HeaderClassName
{
color: #40109D;
}
.AnyTagClassName
{
color: #40109D;
}
</style>
background-color css
<style>
a { background-color: #40109D; }
a { background-color: rgb(64,16,157); }
div.DivClassName
{
background-color: #40109D;
}
.BgClassName
{
background-color: #40109D;
}
</style>
border-color css
<style>
span { border-color: #40109D; }
span { border-color: rgb(64,16,157); }
td.TdClassName
{
border-color: #40109D;
}
.TagClassName
{
border-color: #40109D;
}
</style>