Shades of Indigo #41015E
Tints of Indigo #41015E
RGB
CMYK
RGB Variations
Color information
#41015E (or 0x41015E) is known color: Indigo. HEX triplet: 41, 01 and 5E. RGB value is (65,1,94). Sum of RGB (Red+Green+Blue) = 65+1+94=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 94 (37.11% from 255 or 58.75% from 160); Max value from RGB is 94 - color contains mainly: blue. Hex color #41015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41015E is #BEFEA1. Grayscale: #1E1E1E. Windows color (decimal): -12517026 or 6160705. OLE color: 6160705.
HSL color Cylindrical-coordinate representation of color #41015E: hue angle of 281.29º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41015E is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 1 | 94 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.63 |
| HSL | 281.29º | 0.98% | 0.19% | - |
| HSV(B) | 281.29º | 0.99% | 0.37% | - |
| XYZ | 4.21 | 1.95 | 10.74 | - |
| YUV | 30.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 94 | 0.31 | 0.99 | 0 | 0.63 | 281.29 | 0.98 | 0.19 |
| Hex | 41 | 1 | 5E | 1F | 63 | 0 | 3F | 119 | 62 | 13 |
| Octal | 101 | 1 | 136 | 37 | 143 | 0 | 77 | 431 | 142 | 23 |
| Binary | 1000001 | 1 | 1011110 | 11111 | 1100011 | 0 | 111111 | 100011001 | 1100010 | 10011 |
Color Harmonies of #41015E
Complementary color
Monochromatic Colors of #41015E
Black with #41015E
Text Example
Text Example
White with #41015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41015E; }
p { color: rgb(65,1,94); }
H1.HeaderClassName
{
color: #41015E;
}
.AnyTagClassName
{
color: #41015E;
}
</style>
background-color css
<style>
a { background-color: #41015E; }
a { background-color: rgb(65,1,94); }
div.DivClassName
{
background-color: #41015E;
}
.BgClassName
{
background-color: #41015E;
}
</style>
border-color css
<style>
span { border-color: #41015E; }
span { border-color: rgb(65,1,94); }
td.TdClassName
{
border-color: #41015E;
}
.TagClassName
{
border-color: #41015E;
}
</style>