Shades of Persian Indigo #400F77
Tints of Persian Indigo #400F77
RGB
CMYK
RGB Variations
Color information
#400F77 (or 0x400F77) is known color: Persian Indigo. HEX triplet: 40, 0F and 77. RGB value is (64,15,119). Sum of RGB (Red+Green+Blue) = 64+15+119=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 119 (46.88% from 255 or 60.10% from 198); Max value from RGB is 119 - color contains mainly: blue. Hex color #400F77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F77 is #BFF088. Grayscale: #292929. Windows color (decimal): -12578953 or 7802688. OLE color: 7802688.
HSL color Cylindrical-coordinate representation of color #400F77: hue angle of 268.27º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400F77 is Cyan = 0.46, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 64 | 15 | 119 | - |
| CMYK | 0.46 | 0.87 | 0 | 0.53 |
| HSL | 268.27º | 0.78% | 0.26% | - |
| HSV(B) | 268.27º | 0.87% | 0.47% | - |
| XYZ | 5.61 | 2.76 | 17.69 | - |
| YUV | 41.51 | 171.73 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 119 | 0.46 | 0.87 | 0 | 0.53 | 268.27 | 0.78 | 0.26 |
| Hex | 40 | F | 77 | 2E | 57 | 0 | 35 | 10C | 4E | 1A |
| Octal | 100 | 17 | 167 | 56 | 127 | 0 | 65 | 414 | 116 | 32 |
| Binary | 1000000 | 1111 | 1110111 | 101110 | 1010111 | 0 | 110101 | 100001100 | 1001110 | 11010 |
Color Harmonies of #400F77
Complementary color
Monochromatic Colors of #400F77
Black with #400F77
Text Example
Text Example
White with #400F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F77; }
p { color: rgb(64,15,119); }
H1.HeaderClassName
{
color: #400F77;
}
.AnyTagClassName
{
color: #400F77;
}
</style>
background-color css
<style>
a { background-color: #400F77; }
a { background-color: rgb(64,15,119); }
div.DivClassName
{
background-color: #400F77;
}
.BgClassName
{
background-color: #400F77;
}
</style>
border-color css
<style>
span { border-color: #400F77; }
span { border-color: rgb(64,15,119); }
td.TdClassName
{
border-color: #400F77;
}
.TagClassName
{
border-color: #400F77;
}
</style>