Shades of Indigo #41006E
Tints of Indigo #41006E
RGB
CMYK
RGB Variations
Color information
#41006E (or 0x41006E) is known color: Indigo. HEX triplet: 41, 00 and 6E. RGB value is (65,0,110). Sum of RGB (Red+Green+Blue) = 65+0+110=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #41006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41006E is #BEFF91. Grayscale: #1F1F1F. Windows color (decimal): -12517266 or 7209025. OLE color: 7209025.
HSL color Cylindrical-coordinate representation of color #41006E: hue angle of 275.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41006E is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 0 | 110 | - |
| CMYK | 0.41 | 1 | 0 | 0.57 |
| HSL | 275.45º | 1% | 0.22% | - |
| HSV(B) | 275.45º | 1% | 0.43% | - |
| XYZ | 4.99 | 2.25 | 14.92 | - |
| YUV | 31.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 110 | 0.41 | 1 | 0 | 0.57 | 275.45 | 1 | 0.22 |
| Hex | 41 | 0 | 6E | 29 | 64 | 0 | 39 | 113 | 64 | 16 |
| Octal | 101 | 0 | 156 | 51 | 144 | 0 | 71 | 423 | 144 | 26 |
| Binary | 1000001 | 0 | 1101110 | 101001 | 1100100 | 0 | 111001 | 100010011 | 1100100 | 10110 |
Color Harmonies of #41006E
Complementary color
Monochromatic Colors of #41006E
Black with #41006E
Text Example
Text Example
White with #41006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41006E; }
p { color: rgb(65,0,110); }
H1.HeaderClassName
{
color: #41006E;
}
.AnyTagClassName
{
color: #41006E;
}
</style>
background-color css
<style>
a { background-color: #41006E; }
a { background-color: rgb(65,0,110); }
div.DivClassName
{
background-color: #41006E;
}
.BgClassName
{
background-color: #41006E;
}
</style>
border-color css
<style>
span { border-color: #41006E; }
span { border-color: rgb(65,0,110); }
td.TdClassName
{
border-color: #41006E;
}
.TagClassName
{
border-color: #41006E;
}
</style>