Shades of Indigo #410064
Tints of Indigo #410064
RGB
CMYK
RGB Variations
Color information
#410064 (or 0x410064) is known color: Indigo. HEX triplet: 41, 00 and 64. RGB value is (65,0,100). Sum of RGB (Red+Green+Blue) = 65+0+100=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #410064 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410064 is #BEFF9B. Grayscale: #1E1E1E. Windows color (decimal): -12517276 or 6553665. OLE color: 6553665.
HSL color Cylindrical-coordinate representation of color #410064: hue angle of 279º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410064 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 65 | 0 | 100 | - |
| CMYK | 0.35 | 1 | 0 | 0.61 |
| HSL | 279º | 1% | 0.2% | - |
| HSV(B) | 279º | 1% | 0.39% | - |
| XYZ | 4.48 | 2.04 | 12.21 | - |
| YUV | 30.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 100 | 0.35 | 1 | 0 | 0.61 | 279 | 1 | 0.2 |
| Hex | 41 | 0 | 64 | 23 | 64 | 0 | 3D | 117 | 64 | 14 |
| Octal | 101 | 0 | 144 | 43 | 144 | 0 | 75 | 427 | 144 | 24 |
| Binary | 1000001 | 0 | 1100100 | 100011 | 1100100 | 0 | 111101 | 100010111 | 1100100 | 10100 |
Color Harmonies of #410064
Complementary color
Monochromatic Colors of #410064
Black with #410064
Text Example
Text Example
White with #410064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410064; }
p { color: rgb(65,0,100); }
H1.HeaderClassName
{
color: #410064;
}
.AnyTagClassName
{
color: #410064;
}
</style>
background-color css
<style>
a { background-color: #410064; }
a { background-color: rgb(65,0,100); }
div.DivClassName
{
background-color: #410064;
}
.BgClassName
{
background-color: #410064;
}
</style>
border-color css
<style>
span { border-color: #410064; }
span { border-color: rgb(65,0,100); }
td.TdClassName
{
border-color: #410064;
}
.TagClassName
{
border-color: #410064;
}
</style>