Shades of Persian Indigo #400F9D
Tints of Persian Indigo #400F9D
RGB
CMYK
RGB Variations
Color information
#400F9D (or 0x400F9D) is known color: Persian Indigo. HEX triplet: 40, 0F and 9D. RGB value is (64,15,157). Sum of RGB (Red+Green+Blue) = 64+15+157=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #400F9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400F9D is #BFF062. Grayscale: #2D2D2D. Windows color (decimal): -12578915 or 10293056. OLE color: 10293056.
HSL color Cylindrical-coordinate representation of color #400F9D: hue angle of 260.7º degrees, saturation: 0.83, 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 #400F9D is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 15 | 157 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.38 |
| HSL | 260.7º | 0.83% | 0.34% | - |
| HSV(B) | 260.7º | 0.9% | 0.62% | - |
| XYZ | 8.37 | 3.87 | 32.2 | - |
| YUV | 45.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 157 | 0.59 | 0.90 | 0 | 0.38 | 260.7 | 0.83 | 0.34 |
| Hex | 40 | F | 9D | 3B | 5A | 0 | 26 | 105 | 53 | 22 |
| Octal | 100 | 17 | 235 | 73 | 132 | 0 | 46 | 405 | 123 | 42 |
| Binary | 1000000 | 1111 | 10011101 | 111011 | 1011010 | 0 | 100110 | 100000101 | 1010011 | 100010 |
Color Harmonies of #400F9D
Complementary color
Monochromatic Colors of #400F9D
Black with #400F9D
Text Example
Text Example
White with #400F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400F9D; }
p { color: rgb(64,15,157); }
H1.HeaderClassName
{
color: #400F9D;
}
.AnyTagClassName
{
color: #400F9D;
}
</style>
background-color css
<style>
a { background-color: #400F9D; }
a { background-color: rgb(64,15,157); }
div.DivClassName
{
background-color: #400F9D;
}
.BgClassName
{
background-color: #400F9D;
}
</style>
border-color css
<style>
span { border-color: #400F9D; }
span { border-color: rgb(64,15,157); }
td.TdClassName
{
border-color: #400F9D;
}
.TagClassName
{
border-color: #400F9D;
}
</style>