Shades of Persian Indigo #401875
Tints of Persian Indigo #401875
RGB
CMYK
RGB Variations
Color information
#401875 (or 0x401875) is known color: Persian Indigo. HEX triplet: 40, 18 and 75. RGB value is (64,24,117). Sum of RGB (Red+Green+Blue) = 64+24+117=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #401875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401875 is #BFE78A. Grayscale: #2E2E2E. Windows color (decimal): -12576651 or 7673920. OLE color: 7673920.
HSL color Cylindrical-coordinate representation of color #401875: hue angle of 265.81º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401875 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 64 | 24 | 117 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.54 |
| HSL | 265.81º | 0.66% | 0.28% | - |
| HSV(B) | 265.81º | 0.79% | 0.46% | - |
| XYZ | 5.65 | 3.03 | 17.12 | - |
| YUV | 46.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 117 | 0.45 | 0.79 | 0 | 0.54 | 265.81 | 0.66 | 0.28 |
| Hex | 40 | 18 | 75 | 2D | 4F | 0 | 36 | 10A | 42 | 1C |
| Octal | 100 | 30 | 165 | 55 | 117 | 0 | 66 | 412 | 102 | 34 |
| Binary | 1000000 | 11000 | 1110101 | 101101 | 1001111 | 0 | 110110 | 100001010 | 1000010 | 11100 |
Color Harmonies of #401875
Complementary color
Monochromatic Colors of #401875
Black with #401875
Text Example
Text Example
White with #401875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401875; }
p { color: rgb(64,24,117); }
H1.HeaderClassName
{
color: #401875;
}
.AnyTagClassName
{
color: #401875;
}
</style>
background-color css
<style>
a { background-color: #401875; }
a { background-color: rgb(64,24,117); }
div.DivClassName
{
background-color: #401875;
}
.BgClassName
{
background-color: #401875;
}
</style>
border-color css
<style>
span { border-color: #401875; }
span { border-color: rgb(64,24,117); }
td.TdClassName
{
border-color: #401875;
}
.TagClassName
{
border-color: #401875;
}
</style>