Shades of Persian Indigo #401A7B
Tints of Persian Indigo #401A7B
RGB
CMYK
RGB Variations
Color information
#401A7B (or 0x401A7B) is known color: Persian Indigo. HEX triplet: 40, 1A and 7B. RGB value is (64,26,123). Sum of RGB (Red+Green+Blue) = 64+26+123=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #401A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A7B is #BFE584. Grayscale: #303030. Windows color (decimal): -12576133 or 8067648. OLE color: 8067648.
HSL color Cylindrical-coordinate representation of color #401A7B: hue angle of 263.51º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401A7B is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 26 | 123 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.52 |
| HSL | 263.51º | 0.65% | 0.29% | - |
| HSV(B) | 263.51º | 0.79% | 0.48% | - |
| XYZ | 6.06 | 3.26 | 19.05 | - |
| YUV | 48.42 | 170.09 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 123 | 0.48 | 0.79 | 0 | 0.52 | 263.51 | 0.65 | 0.29 |
| Hex | 40 | 1A | 7B | 30 | 4F | 0 | 34 | 108 | 41 | 1D |
| Octal | 100 | 32 | 173 | 60 | 117 | 0 | 64 | 410 | 101 | 35 |
| Binary | 1000000 | 11010 | 1111011 | 110000 | 1001111 | 0 | 110100 | 100001000 | 1000001 | 11101 |
Color Harmonies of #401A7B
Complementary color
Monochromatic Colors of #401A7B
Black with #401A7B
Text Example
Text Example
White with #401A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A7B; }
p { color: rgb(64,26,123); }
H1.HeaderClassName
{
color: #401A7B;
}
.AnyTagClassName
{
color: #401A7B;
}
</style>
background-color css
<style>
a { background-color: #401A7B; }
a { background-color: rgb(64,26,123); }
div.DivClassName
{
background-color: #401A7B;
}
.BgClassName
{
background-color: #401A7B;
}
</style>
border-color css
<style>
span { border-color: #401A7B; }
span { border-color: rgb(64,26,123); }
td.TdClassName
{
border-color: #401A7B;
}
.TagClassName
{
border-color: #401A7B;
}
</style>