Shades of Persian Indigo #401A9D
Tints of Persian Indigo #401A9D
RGB
CMYK
RGB Variations
Color information
#401A9D (or 0x401A9D) is known color: Persian Indigo. HEX triplet: 40, 1A and 9D. RGB value is (64,26,157). Sum of RGB (Red+Green+Blue) = 64+26+157=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #401A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A9D is #BFE562. Grayscale: #333333. Windows color (decimal): -12576099 or 10295872. OLE color: 10295872.
HSL color Cylindrical-coordinate representation of color #401A9D: hue angle of 257.4º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401A9D is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 26 | 157 | - |
| CMYK | 0.59 | 0.83 | 0 | 0.38 |
| HSL | 257.4º | 0.72% | 0.36% | - |
| HSV(B) | 257.4º | 0.83% | 0.62% | - |
| XYZ | 8.57 | 4.26 | 32.27 | - |
| YUV | 52.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 157 | 0.59 | 0.83 | 0 | 0.38 | 257.4 | 0.72 | 0.36 |
| Hex | 40 | 1A | 9D | 3B | 53 | 0 | 26 | 101 | 48 | 24 |
| Octal | 100 | 32 | 235 | 73 | 123 | 0 | 46 | 401 | 110 | 44 |
| Binary | 1000000 | 11010 | 10011101 | 111011 | 1010011 | 0 | 100110 | 100000001 | 1001000 | 100100 |
Color Harmonies of #401A9D
Complementary color
Monochromatic Colors of #401A9D
Black with #401A9D
Text Example
Text Example
White with #401A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A9D; }
p { color: rgb(64,26,157); }
H1.HeaderClassName
{
color: #401A9D;
}
.AnyTagClassName
{
color: #401A9D;
}
</style>
background-color css
<style>
a { background-color: #401A9D; }
a { background-color: rgb(64,26,157); }
div.DivClassName
{
background-color: #401A9D;
}
.BgClassName
{
background-color: #401A9D;
}
</style>
border-color css
<style>
span { border-color: #401A9D; }
span { border-color: rgb(64,26,157); }
td.TdClassName
{
border-color: #401A9D;
}
.TagClassName
{
border-color: #401A9D;
}
</style>