Shades of Indigo #41045E
Tints of Indigo #41045E
RGB
CMYK
RGB Variations
Color information
#41045E (or 0x41045E) is known color: Indigo. HEX triplet: 41, 04 and 5E. RGB value is (65,4,94). Sum of RGB (Red+Green+Blue) = 65+4+94=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #41045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41045E is #BEFBA1. Grayscale: #202020. Windows color (decimal): -12516258 or 6161473. OLE color: 6161473.
HSL color Cylindrical-coordinate representation of color #41045E: hue angle of 280.67º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41045E is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 4 | 94 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.63 |
| HSL | 280.67º | 0.92% | 0.19% | - |
| HSV(B) | 280.67º | 0.96% | 0.37% | - |
| XYZ | 4.24 | 2.02 | 10.76 | - |
| YUV | 32.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 94 | 0.31 | 0.96 | 0 | 0.63 | 280.67 | 0.92 | 0.19 |
| Hex | 41 | 4 | 5E | 1F | 60 | 0 | 3F | 119 | 5C | 13 |
| Octal | 101 | 4 | 136 | 37 | 140 | 0 | 77 | 431 | 134 | 23 |
| Binary | 1000001 | 100 | 1011110 | 11111 | 1100000 | 0 | 111111 | 100011001 | 1011100 | 10011 |
Color Harmonies of #41045E
Complementary color
Monochromatic Colors of #41045E
Black with #41045E
Text Example
Text Example
White with #41045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41045E; }
p { color: rgb(65,4,94); }
H1.HeaderClassName
{
color: #41045E;
}
.AnyTagClassName
{
color: #41045E;
}
</style>
background-color css
<style>
a { background-color: #41045E; }
a { background-color: rgb(65,4,94); }
div.DivClassName
{
background-color: #41045E;
}
.BgClassName
{
background-color: #41045E;
}
</style>
border-color css
<style>
span { border-color: #41045E; }
span { border-color: rgb(65,4,94); }
td.TdClassName
{
border-color: #41045E;
}
.TagClassName
{
border-color: #41045E;
}
</style>