Shades of Indigo #41055D
Tints of Indigo #41055D
RGB
CMYK
RGB Variations
Color information
#41055D (or 0x41055D) is known color: Indigo. HEX triplet: 41, 05 and 5D. RGB value is (65,5,93). Sum of RGB (Red+Green+Blue) = 65+5+93=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #41055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41055D is #BEFAA2. Grayscale: #202020. Windows color (decimal): -12516003 or 6096193. OLE color: 6096193.
HSL color Cylindrical-coordinate representation of color #41055D: hue angle of 280.91º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41055D is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 5 | 93 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.64 |
| HSL | 280.91º | 0.9% | 0.19% | - |
| HSV(B) | 280.91º | 0.95% | 0.36% | - |
| XYZ | 4.21 | 2.02 | 10.52 | - |
| YUV | 32.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 5 | 93 | 0.30 | 0.95 | 0 | 0.64 | 280.91 | 0.9 | 0.19 |
| Hex | 41 | 5 | 5D | 1E | 5F | 0 | 40 | 119 | 5A | 13 |
| Octal | 101 | 5 | 135 | 36 | 137 | 0 | 100 | 431 | 132 | 23 |
| Binary | 1000001 | 101 | 1011101 | 11110 | 1011111 | 0 | 1000000 | 100011001 | 1011010 | 10011 |
Color Harmonies of #41055D
Complementary color
Monochromatic Colors of #41055D
Black with #41055D
Text Example
Text Example
White with #41055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41055D; }
p { color: rgb(65,5,93); }
H1.HeaderClassName
{
color: #41055D;
}
.AnyTagClassName
{
color: #41055D;
}
</style>
background-color css
<style>
a { background-color: #41055D; }
a { background-color: rgb(65,5,93); }
div.DivClassName
{
background-color: #41055D;
}
.BgClassName
{
background-color: #41055D;
}
</style>
border-color css
<style>
span { border-color: #41055D; }
span { border-color: rgb(65,5,93); }
td.TdClassName
{
border-color: #41055D;
}
.TagClassName
{
border-color: #41055D;
}
</style>