Shades of Indigo #41005A
Tints of Indigo #41005A
RGB
CMYK
RGB Variations
Color information
#41005A (or 0x41005A) is known color: Indigo. HEX triplet: 41, 00 and 5A. RGB value is (65,0,90). Sum of RGB (Red+Green+Blue) = 65+0+90=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #41005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41005A is #BEFFA5. Grayscale: #1D1D1D. Windows color (decimal): -12517286 or 5898305. OLE color: 5898305.
HSL color Cylindrical-coordinate representation of color #41005A: hue angle of 283.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41005A is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 0 | 90 | - |
| CMYK | 0.28 | 1 | 0 | 0.65 |
| HSL | 283.33º | 1% | 0.18% | - |
| HSV(B) | 283.33º | 1% | 0.35% | - |
| XYZ | 4.03 | 1.86 | 9.82 | - |
| YUV | 29.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 90 | 0.28 | 1 | 0 | 0.65 | 283.33 | 1 | 0.18 |
| Hex | 41 | 0 | 5A | 1C | 64 | 0 | 41 | 11B | 64 | 12 |
| Octal | 101 | 0 | 132 | 34 | 144 | 0 | 101 | 433 | 144 | 22 |
| Binary | 1000001 | 0 | 1011010 | 11100 | 1100100 | 0 | 1000001 | 100011011 | 1100100 | 10010 |
Color Harmonies of #41005A
Complementary color
Monochromatic Colors of #41005A
Black with #41005A
Text Example
Text Example
White with #41005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41005A; }
p { color: rgb(65,0,90); }
H1.HeaderClassName
{
color: #41005A;
}
.AnyTagClassName
{
color: #41005A;
}
</style>
background-color css
<style>
a { background-color: #41005A; }
a { background-color: rgb(65,0,90); }
div.DivClassName
{
background-color: #41005A;
}
.BgClassName
{
background-color: #41005A;
}
</style>
border-color css
<style>
span { border-color: #41005A; }
span { border-color: rgb(65,0,90); }
td.TdClassName
{
border-color: #41005A;
}
.TagClassName
{
border-color: #41005A;
}
</style>