Shades of Indigo #41016D
Tints of Indigo #41016D
RGB
CMYK
RGB Variations
Color information
#41016D (or 0x41016D) is known color: Indigo. HEX triplet: 41, 01 and 6D. RGB value is (65,1,109). Sum of RGB (Red+Green+Blue) = 65+1+109=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #41016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41016D is #BEFE92. Grayscale: #202020. Windows color (decimal): -12517011 or 7143745. OLE color: 7143745.
HSL color Cylindrical-coordinate representation of color #41016D: hue angle of 275.56º 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 #41016D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 1 | 109 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.57 |
| HSL | 275.56º | 0.98% | 0.22% | - |
| HSV(B) | 275.56º | 0.99% | 0.43% | - |
| XYZ | 4.95 | 2.25 | 14.64 | - |
| YUV | 32.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 109 | 0.40 | 0.99 | 0 | 0.57 | 275.56 | 0.98 | 0.22 |
| Hex | 41 | 1 | 6D | 28 | 63 | 0 | 39 | 114 | 62 | 16 |
| Octal | 101 | 1 | 155 | 50 | 143 | 0 | 71 | 424 | 142 | 26 |
| Binary | 1000001 | 1 | 1101101 | 101000 | 1100011 | 0 | 111001 | 100010100 | 1100010 | 10110 |
Color Harmonies of #41016D
Complementary color
Monochromatic Colors of #41016D
Black with #41016D
Text Example
Text Example
White with #41016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41016D; }
p { color: rgb(65,1,109); }
H1.HeaderClassName
{
color: #41016D;
}
.AnyTagClassName
{
color: #41016D;
}
</style>
background-color css
<style>
a { background-color: #41016D; }
a { background-color: rgb(65,1,109); }
div.DivClassName
{
background-color: #41016D;
}
.BgClassName
{
background-color: #41016D;
}
</style>
border-color css
<style>
span { border-color: #41016D; }
span { border-color: rgb(65,1,109); }
td.TdClassName
{
border-color: #41016D;
}
.TagClassName
{
border-color: #41016D;
}
</style>