Shades of Indigo #410664
Tints of Indigo #410664
RGB
CMYK
RGB Variations
Color information
#410664 (or 0x410664) is known color: Indigo. HEX triplet: 41, 06 and 64. RGB value is (65,6,100). Sum of RGB (Red+Green+Blue) = 65+6+100=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #410664 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410664 is #BEF99B. Grayscale: #222222. Windows color (decimal): -12515740 or 6555201. OLE color: 6555201.
HSL color Cylindrical-coordinate representation of color #410664: hue angle of 277.66º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410664 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 6 | 100 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.61 |
| HSL | 277.66º | 0.89% | 0.21% | - |
| HSV(B) | 277.66º | 0.94% | 0.39% | - |
| XYZ | 4.55 | 2.17 | 12.24 | - |
| YUV | 34.36 | 165.05 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 100 | 0.35 | 0.94 | 0 | 0.61 | 277.66 | 0.89 | 0.21 |
| Hex | 41 | 6 | 64 | 23 | 5E | 0 | 3D | 116 | 59 | 15 |
| Octal | 101 | 6 | 144 | 43 | 136 | 0 | 75 | 426 | 131 | 25 |
| Binary | 1000001 | 110 | 1100100 | 100011 | 1011110 | 0 | 111101 | 100010110 | 1011001 | 10101 |
Color Harmonies of #410664
Complementary color
Monochromatic Colors of #410664
Black with #410664
Text Example
Text Example
White with #410664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410664; }
p { color: rgb(65,6,100); }
H1.HeaderClassName
{
color: #410664;
}
.AnyTagClassName
{
color: #410664;
}
</style>
background-color css
<style>
a { background-color: #410664; }
a { background-color: rgb(65,6,100); }
div.DivClassName
{
background-color: #410664;
}
.BgClassName
{
background-color: #410664;
}
</style>
border-color css
<style>
span { border-color: #410664; }
span { border-color: rgb(65,6,100); }
td.TdClassName
{
border-color: #410664;
}
.TagClassName
{
border-color: #410664;
}
</style>