Shades of Persian Indigo #41177F
Tints of Persian Indigo #41177F
RGB
CMYK
RGB Variations
Color information
#41177F (or 0x41177F) is known color: Persian Indigo. HEX triplet: 41, 17 and 7F. RGB value is (65,23,127). Sum of RGB (Red+Green+Blue) = 65+23+127=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #41177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41177F is #BEE880. Grayscale: #2F2F2F. Windows color (decimal): -12511361 or 8329025. OLE color: 8329025.
HSL color Cylindrical-coordinate representation of color #41177F: hue angle of 264.23º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41177F is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 65 | 23 | 127 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.50 |
| HSL | 264.23º | 0.69% | 0.29% | - |
| HSV(B) | 264.23º | 0.82% | 0.5% | - |
| XYZ | 6.32 | 3.27 | 20.38 | - |
| YUV | 47.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 23 | 127 | 0.49 | 0.82 | 0 | 0.50 | 264.23 | 0.69 | 0.29 |
| Hex | 41 | 17 | 7F | 31 | 52 | 0 | 32 | 108 | 45 | 1D |
| Octal | 101 | 27 | 177 | 61 | 122 | 0 | 62 | 410 | 105 | 35 |
| Binary | 1000001 | 10111 | 1111111 | 110001 | 1010010 | 0 | 110010 | 100001000 | 1000101 | 11101 |
Color Harmonies of #41177F
Complementary color
Monochromatic Colors of #41177F
Black with #41177F
Text Example
Text Example
White with #41177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41177F; }
p { color: rgb(65,23,127); }
H1.HeaderClassName
{
color: #41177F;
}
.AnyTagClassName
{
color: #41177F;
}
</style>
background-color css
<style>
a { background-color: #41177F; }
a { background-color: rgb(65,23,127); }
div.DivClassName
{
background-color: #41177F;
}
.BgClassName
{
background-color: #41177F;
}
</style>
border-color css
<style>
span { border-color: #41177F; }
span { border-color: rgb(65,23,127); }
td.TdClassName
{
border-color: #41177F;
}
.TagClassName
{
border-color: #41177F;
}
</style>