Shades of Indigo #410165
Tints of Indigo #410165
RGB
CMYK
RGB Variations
Color information
#410165 (or 0x410165) is known color: Indigo. HEX triplet: 41, 01 and 65. RGB value is (65,1,101). Sum of RGB (Red+Green+Blue) = 65+1+101=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #410165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410165 is #BEFE9A. Grayscale: #1F1F1F. Windows color (decimal): -12517019 or 6619457. OLE color: 6619457.
HSL color Cylindrical-coordinate representation of color #410165: hue angle of 278.4º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410165 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 1 | 101 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.60 |
| HSL | 278.4º | 0.98% | 0.2% | - |
| HSV(B) | 278.4º | 0.99% | 0.4% | - |
| XYZ | 4.54 | 2.09 | 12.48 | - |
| YUV | 31.54 | 167.2 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 101 | 0.36 | 0.99 | 0 | 0.60 | 278.4 | 0.98 | 0.2 |
| Hex | 41 | 1 | 65 | 24 | 63 | 0 | 3C | 116 | 62 | 14 |
| Octal | 101 | 1 | 145 | 44 | 143 | 0 | 74 | 426 | 142 | 24 |
| Binary | 1000001 | 1 | 1100101 | 100100 | 1100011 | 0 | 111100 | 100010110 | 1100010 | 10100 |
Color Harmonies of #410165
Complementary color
Monochromatic Colors of #410165
Black with #410165
Text Example
Text Example
White with #410165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410165; }
p { color: rgb(65,1,101); }
H1.HeaderClassName
{
color: #410165;
}
.AnyTagClassName
{
color: #410165;
}
</style>
background-color css
<style>
a { background-color: #410165; }
a { background-color: rgb(65,1,101); }
div.DivClassName
{
background-color: #410165;
}
.BgClassName
{
background-color: #410165;
}
</style>
border-color css
<style>
span { border-color: #410165; }
span { border-color: rgb(65,1,101); }
td.TdClassName
{
border-color: #410165;
}
.TagClassName
{
border-color: #410165;
}
</style>