Shades of Indigo #41016E
Tints of Indigo #41016E
RGB
CMYK
RGB Variations
Color information
#41016E (or 0x41016E) is known color: Indigo. HEX triplet: 41, 01 and 6E. RGB value is (65,1,110). Sum of RGB (Red+Green+Blue) = 65+1+110=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #41016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41016E is #BEFE91. Grayscale: #202020. Windows color (decimal): -12517010 or 7209281. OLE color: 7209281.
HSL color Cylindrical-coordinate representation of color #41016E: hue angle of 275.23º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41016E is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 1 | 110 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.57 |
| HSL | 275.23º | 0.98% | 0.22% | - |
| HSV(B) | 275.23º | 0.99% | 0.43% | - |
| XYZ | 5.01 | 2.27 | 14.93 | - |
| YUV | 32.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 110 | 0.41 | 0.99 | 0 | 0.57 | 275.23 | 0.98 | 0.22 |
| Hex | 41 | 1 | 6E | 29 | 63 | 0 | 39 | 113 | 62 | 16 |
| Octal | 101 | 1 | 156 | 51 | 143 | 0 | 71 | 423 | 142 | 26 |
| Binary | 1000001 | 1 | 1101110 | 101001 | 1100011 | 0 | 111001 | 100010011 | 1100010 | 10110 |
Color Harmonies of #41016E
Complementary color
Monochromatic Colors of #41016E
Black with #41016E
Text Example
Text Example
White with #41016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41016E; }
p { color: rgb(65,1,110); }
H1.HeaderClassName
{
color: #41016E;
}
.AnyTagClassName
{
color: #41016E;
}
</style>
background-color css
<style>
a { background-color: #41016E; }
a { background-color: rgb(65,1,110); }
div.DivClassName
{
background-color: #41016E;
}
.BgClassName
{
background-color: #41016E;
}
</style>
border-color css
<style>
span { border-color: #41016E; }
span { border-color: rgb(65,1,110); }
td.TdClassName
{
border-color: #41016E;
}
.TagClassName
{
border-color: #41016E;
}
</style>