Shades of Persian Indigo #401A74
Tints of Persian Indigo #401A74
RGB
CMYK
RGB Variations
Color information
#401A74 (or 0x401A74) is known color: Persian Indigo. HEX triplet: 40, 1A and 74. RGB value is (64,26,116). Sum of RGB (Red+Green+Blue) = 64+26+116=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #401A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A74 is #BFE58B. Grayscale: #2F2F2F. Windows color (decimal): -12576140 or 7608896. OLE color: 7608896.
HSL color Cylindrical-coordinate representation of color #401A74: hue angle of 265.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A74 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 26 | 116 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.55 |
| HSL | 265.33º | 0.63% | 0.28% | - |
| HSV(B) | 265.33º | 0.78% | 0.45% | - |
| XYZ | 5.64 | 3.09 | 16.82 | - |
| YUV | 47.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 116 | 0.45 | 0.78 | 0 | 0.55 | 265.33 | 0.63 | 0.28 |
| Hex | 40 | 1A | 74 | 2D | 4E | 0 | 37 | 109 | 3F | 1C |
| Octal | 100 | 32 | 164 | 55 | 116 | 0 | 67 | 411 | 77 | 34 |
| Binary | 1000000 | 11010 | 1110100 | 101101 | 1001110 | 0 | 110111 | 100001001 | 111111 | 11100 |
Color Harmonies of #401A74
Complementary color
Monochromatic Colors of #401A74
Black with #401A74
Text Example
Text Example
White with #401A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A74; }
p { color: rgb(64,26,116); }
H1.HeaderClassName
{
color: #401A74;
}
.AnyTagClassName
{
color: #401A74;
}
</style>
background-color css
<style>
a { background-color: #401A74; }
a { background-color: rgb(64,26,116); }
div.DivClassName
{
background-color: #401A74;
}
.BgClassName
{
background-color: #401A74;
}
</style>
border-color css
<style>
span { border-color: #401A74; }
span { border-color: rgb(64,26,116); }
td.TdClassName
{
border-color: #401A74;
}
.TagClassName
{
border-color: #401A74;
}
</style>