Shades of Persian Indigo #401192
Tints of Persian Indigo #401192
RGB
CMYK
RGB Variations
Color information
#401192 (or 0x401192) is known color: Persian Indigo. HEX triplet: 40, 11 and 92. RGB value is (64,17,146). Sum of RGB (Red+Green+Blue) = 64+17+146=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 146 (57.42% from 255 or 64.32% from 227); Max value from RGB is 146 - color contains mainly: blue. Hex color #401192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401192 is #BFEE6D. Grayscale: #2D2D2D. Windows color (decimal): -12578414 or 9572672. OLE color: 9572672.
HSL color Cylindrical-coordinate representation of color #401192: hue angle of 261.86º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401192 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 17 | 146 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.43 |
| HSL | 261.86º | 0.79% | 0.32% | - |
| HSV(B) | 261.86º | 0.88% | 0.57% | - |
| XYZ | 7.5 | 3.57 | 27.49 | - |
| YUV | 45.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 146 | 0.56 | 0.88 | 0 | 0.43 | 261.86 | 0.79 | 0.32 |
| Hex | 40 | 11 | 92 | 38 | 58 | 0 | 2B | 106 | 4F | 20 |
| Octal | 100 | 21 | 222 | 70 | 130 | 0 | 53 | 406 | 117 | 40 |
| Binary | 1000000 | 10001 | 10010010 | 111000 | 1011000 | 0 | 101011 | 100000110 | 1001111 | 100000 |
Color Harmonies of #401192
Complementary color
Monochromatic Colors of #401192
Black with #401192
Text Example
Text Example
White with #401192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401192; }
p { color: rgb(64,17,146); }
H1.HeaderClassName
{
color: #401192;
}
.AnyTagClassName
{
color: #401192;
}
</style>
background-color css
<style>
a { background-color: #401192; }
a { background-color: rgb(64,17,146); }
div.DivClassName
{
background-color: #401192;
}
.BgClassName
{
background-color: #401192;
}
</style>
border-color css
<style>
span { border-color: #401192; }
span { border-color: rgb(64,17,146); }
td.TdClassName
{
border-color: #401192;
}
.TagClassName
{
border-color: #401192;
}
</style>