Shades of Persian Indigo #400F6F
Tints of Persian Indigo #400F6F
RGB
CMYK
RGB Variations
Color information
#400F6F (or 0x400F6F) is known color: Persian Indigo. HEX triplet: 40, 0F and 6F. RGB value is (64,15,111). Sum of RGB (Red+Green+Blue) = 64+15+111=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #400F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F6F is #BFF090. Grayscale: #282828. Windows color (decimal): -12578961 or 7278400. OLE color: 7278400.
HSL color Cylindrical-coordinate representation of color #400F6F: hue angle of 270.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #400F6F is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 15 | 111 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.56 |
| HSL | 270.63º | 0.76% | 0.25% | - |
| HSV(B) | 270.63º | 0.86% | 0.44% | - |
| XYZ | 5.15 | 2.58 | 15.27 | - |
| YUV | 40.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 111 | 0.42 | 0.86 | 0 | 0.56 | 270.63 | 0.76 | 0.25 |
| Hex | 40 | F | 6F | 2A | 56 | 0 | 38 | 10F | 4C | 19 |
| Octal | 100 | 17 | 157 | 52 | 126 | 0 | 70 | 417 | 114 | 31 |
| Binary | 1000000 | 1111 | 1101111 | 101010 | 1010110 | 0 | 111000 | 100001111 | 1001100 | 11001 |
Color Harmonies of #400F6F
Complementary color
Monochromatic Colors of #400F6F
Black with #400F6F
Text Example
Text Example
White with #400F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F6F; }
p { color: rgb(64,15,111); }
H1.HeaderClassName
{
color: #400F6F;
}
.AnyTagClassName
{
color: #400F6F;
}
</style>
background-color css
<style>
a { background-color: #400F6F; }
a { background-color: rgb(64,15,111); }
div.DivClassName
{
background-color: #400F6F;
}
.BgClassName
{
background-color: #400F6F;
}
</style>
border-color css
<style>
span { border-color: #400F6F; }
span { border-color: rgb(64,15,111); }
td.TdClassName
{
border-color: #400F6F;
}
.TagClassName
{
border-color: #400F6F;
}
</style>