Shades of Indigo #41015A
Tints of Indigo #41015A
RGB
CMYK
RGB Variations
Color information
#41015A (or 0x41015A) is known color: Indigo. HEX triplet: 41, 01 and 5A. RGB value is (65,1,90). Sum of RGB (Red+Green+Blue) = 65+1+90=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 90 (35.55% from 255 or 57.69% from 156); Max value from RGB is 90 - color contains mainly: blue. Hex color #41015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41015A is #BEFEA5. Grayscale: #1D1D1D. Windows color (decimal): -12517030 or 5898561. OLE color: 5898561.
HSL color Cylindrical-coordinate representation of color #41015A: hue angle of 283.15º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41015A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 1 | 90 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.65 |
| HSL | 283.15º | 0.98% | 0.18% | - |
| HSV(B) | 283.15º | 0.99% | 0.35% | - |
| XYZ | 4.04 | 1.88 | 9.82 | - |
| YUV | 30.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 90 | 0.28 | 0.99 | 0 | 0.65 | 283.15 | 0.98 | 0.18 |
| Hex | 41 | 1 | 5A | 1C | 63 | 0 | 41 | 11B | 62 | 12 |
| Octal | 101 | 1 | 132 | 34 | 143 | 0 | 101 | 433 | 142 | 22 |
| Binary | 1000001 | 1 | 1011010 | 11100 | 1100011 | 0 | 1000001 | 100011011 | 1100010 | 10010 |
Color Harmonies of #41015A
Complementary color
Monochromatic Colors of #41015A
Black with #41015A
Text Example
Text Example
White with #41015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41015A; }
p { color: rgb(65,1,90); }
H1.HeaderClassName
{
color: #41015A;
}
.AnyTagClassName
{
color: #41015A;
}
</style>
background-color css
<style>
a { background-color: #41015A; }
a { background-color: rgb(65,1,90); }
div.DivClassName
{
background-color: #41015A;
}
.BgClassName
{
background-color: #41015A;
}
</style>
border-color css
<style>
span { border-color: #41015A; }
span { border-color: rgb(65,1,90); }
td.TdClassName
{
border-color: #41015A;
}
.TagClassName
{
border-color: #41015A;
}
</style>