Shades of Persian Indigo #410F85
Tints of Persian Indigo #410F85
RGB
CMYK
RGB Variations
Color information
#410F85 (or 0x410F85) is known color: Persian Indigo. HEX triplet: 41, 0F and 85. RGB value is (65,15,133). Sum of RGB (Red+Green+Blue) = 65+15+133=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 133 (52.34% from 255 or 62.44% from 213); Max value from RGB is 133 - color contains mainly: blue. Hex color #410F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410F85 is #BEF07A. Grayscale: #2A2A2A. Windows color (decimal): -12513403 or 8720193. OLE color: 8720193.
HSL color Cylindrical-coordinate representation of color #410F85: hue angle of 265.42º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410F85 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 15 | 133 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.48 |
| HSL | 265.42º | 0.8% | 0.29% | - |
| HSV(B) | 265.42º | 0.89% | 0.52% | - |
| XYZ | 6.58 | 3.16 | 22.45 | - |
| YUV | 43.4 | 178.57 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 15 | 133 | 0.51 | 0.89 | 0 | 0.48 | 265.42 | 0.8 | 0.29 |
| Hex | 41 | F | 85 | 33 | 59 | 0 | 30 | 109 | 50 | 1D |
| Octal | 101 | 17 | 205 | 63 | 131 | 0 | 60 | 411 | 120 | 35 |
| Binary | 1000001 | 1111 | 10000101 | 110011 | 1011001 | 0 | 110000 | 100001001 | 1010000 | 11101 |
Color Harmonies of #410F85
Complementary color
Monochromatic Colors of #410F85
Black with #410F85
Text Example
Text Example
White with #410F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410F85; }
p { color: rgb(65,15,133); }
H1.HeaderClassName
{
color: #410F85;
}
.AnyTagClassName
{
color: #410F85;
}
</style>
background-color css
<style>
a { background-color: #410F85; }
a { background-color: rgb(65,15,133); }
div.DivClassName
{
background-color: #410F85;
}
.BgClassName
{
background-color: #410F85;
}
</style>
border-color css
<style>
span { border-color: #410F85; }
span { border-color: rgb(65,15,133); }
td.TdClassName
{
border-color: #410F85;
}
.TagClassName
{
border-color: #410F85;
}
</style>