Shades of Indigo #41015D
Tints of Indigo #41015D
RGB
CMYK
RGB Variations
Color information
#41015D (or 0x41015D) is known color: Indigo. HEX triplet: 41, 01 and 5D. RGB value is (65,1,93). Sum of RGB (Red+Green+Blue) = 65+1+93=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 93 (36.72% from 255 or 58.49% from 159); Max value from RGB is 93 - color contains mainly: blue. Hex color #41015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41015D is #BEFEA2. Grayscale: #1E1E1E. Windows color (decimal): -12517027 or 6095169. OLE color: 6095169.
HSL color Cylindrical-coordinate representation of color #41015D: hue angle of 281.74º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41015D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 1 | 93 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.64 |
| HSL | 281.74º | 0.98% | 0.18% | - |
| HSV(B) | 281.74º | 0.99% | 0.36% | - |
| XYZ | 4.17 | 1.94 | 10.51 | - |
| YUV | 30.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 93 | 0.30 | 0.99 | 0 | 0.64 | 281.74 | 0.98 | 0.18 |
| Hex | 41 | 1 | 5D | 1E | 63 | 0 | 40 | 11A | 62 | 12 |
| Octal | 101 | 1 | 135 | 36 | 143 | 0 | 100 | 432 | 142 | 22 |
| Binary | 1000001 | 1 | 1011101 | 11110 | 1100011 | 0 | 1000000 | 100011010 | 1100010 | 10010 |
Color Harmonies of #41015D
Complementary color
Monochromatic Colors of #41015D
Black with #41015D
Text Example
Text Example
White with #41015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41015D; }
p { color: rgb(65,1,93); }
H1.HeaderClassName
{
color: #41015D;
}
.AnyTagClassName
{
color: #41015D;
}
</style>
background-color css
<style>
a { background-color: #41015D; }
a { background-color: rgb(65,1,93); }
div.DivClassName
{
background-color: #41015D;
}
.BgClassName
{
background-color: #41015D;
}
</style>
border-color css
<style>
span { border-color: #41015D; }
span { border-color: rgb(65,1,93); }
td.TdClassName
{
border-color: #41015D;
}
.TagClassName
{
border-color: #41015D;
}
</style>