Shades of Persian Indigo #411788
Tints of Persian Indigo #411788
RGB
CMYK
RGB Variations
Color information
#411788 (or 0x411788) is known color: Persian Indigo. HEX triplet: 41, 17 and 88. RGB value is (65,23,136). Sum of RGB (Red+Green+Blue) = 65+23+136=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #411788 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411788 is #BEE877. Grayscale: #303030. Windows color (decimal): -12511352 or 8918849. OLE color: 8918849.
HSL color Cylindrical-coordinate representation of color #411788: hue angle of 262.3º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411788 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 23 | 136 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.47 |
| HSL | 262.3º | 0.71% | 0.31% | - |
| HSV(B) | 262.3º | 0.83% | 0.53% | - |
| XYZ | 6.93 | 3.51 | 23.61 | - |
| YUV | 48.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 136 | 0.52 | 0.83 | 0 | 0.47 | 262.3 | 0.71 | 0.31 |
| Hex | 41 | 17 | 88 | 34 | 53 | 0 | 2F | 106 | 47 | 1F |
| Octal | 101 | 27 | 210 | 64 | 123 | 0 | 57 | 406 | 107 | 37 |
| Binary | 1000001 | 10111 | 10001000 | 110100 | 1010011 | 0 | 101111 | 100000110 | 1000111 | 11111 |
Color Harmonies of #411788
Complementary color
Monochromatic Colors of #411788
Black with #411788
Text Example
Text Example
White with #411788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411788; }
p { color: rgb(65,23,136); }
H1.HeaderClassName
{
color: #411788;
}
.AnyTagClassName
{
color: #411788;
}
</style>
background-color css
<style>
a { background-color: #411788; }
a { background-color: rgb(65,23,136); }
div.DivClassName
{
background-color: #411788;
}
.BgClassName
{
background-color: #411788;
}
</style>
border-color css
<style>
span { border-color: #411788; }
span { border-color: rgb(65,23,136); }
td.TdClassName
{
border-color: #411788;
}
.TagClassName
{
border-color: #411788;
}
</style>