Shades of Persian Indigo #400E6F
Tints of Persian Indigo #400E6F
RGB
CMYK
RGB Variations
Color information
#400E6F (or 0x400E6F) is known color: Persian Indigo. HEX triplet: 40, 0E and 6F. RGB value is (64,14,111). Sum of RGB (Red+Green+Blue) = 64+14+111=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #400E6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E6F is #BFF190. Grayscale: #272727. Windows color (decimal): -12579217 or 7278144. OLE color: 7278144.
HSL color Cylindrical-coordinate representation of color #400E6F: hue angle of 270.93º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400E6F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 14 | 111 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.56 |
| HSL | 270.93º | 0.78% | 0.25% | - |
| HSV(B) | 270.93º | 0.87% | 0.44% | - |
| XYZ | 5.14 | 2.55 | 15.26 | - |
| YUV | 40.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 111 | 0.42 | 0.87 | 0 | 0.56 | 270.93 | 0.78 | 0.25 |
| Hex | 40 | E | 6F | 2A | 57 | 0 | 38 | 10F | 4E | 19 |
| Octal | 100 | 16 | 157 | 52 | 127 | 0 | 70 | 417 | 116 | 31 |
| Binary | 1000000 | 1110 | 1101111 | 101010 | 1010111 | 0 | 111000 | 100001111 | 1001110 | 11001 |
Color Harmonies of #400E6F
Complementary color
Monochromatic Colors of #400E6F
Black with #400E6F
Text Example
Text Example
White with #400E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E6F; }
p { color: rgb(64,14,111); }
H1.HeaderClassName
{
color: #400E6F;
}
.AnyTagClassName
{
color: #400E6F;
}
</style>
background-color css
<style>
a { background-color: #400E6F; }
a { background-color: rgb(64,14,111); }
div.DivClassName
{
background-color: #400E6F;
}
.BgClassName
{
background-color: #400E6F;
}
</style>
border-color css
<style>
span { border-color: #400E6F; }
span { border-color: rgb(64,14,111); }
td.TdClassName
{
border-color: #400E6F;
}
.TagClassName
{
border-color: #400E6F;
}
</style>