Shades of Indigo #410066
Tints of Indigo #410066
RGB
CMYK
RGB Variations
Color information
#410066 (or 0x410066) is known color: Indigo. HEX triplet: 41, 00 and 66. RGB value is (65,0,102). Sum of RGB (Red+Green+Blue) = 65+0+102=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #410066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410066 is #BEFF99. Grayscale: #1E1E1E. Windows color (decimal): -12517274 or 6684737. OLE color: 6684737.
HSL color Cylindrical-coordinate representation of color #410066: hue angle of 278.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410066 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 65 | 0 | 102 | - |
| CMYK | 0.36 | 1 | 0 | 0.6 |
| HSL | 278.24º | 1% | 0.2% | - |
| HSV(B) | 278.24º | 1% | 0.4% | - |
| XYZ | 4.58 | 2.08 | 12.73 | - |
| YUV | 31.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 102 | 0.36 | 1 | 0 | 0.6 | 278.24 | 1 | 0.2 |
| Hex | 41 | 0 | 66 | 24 | 64 | 0 | 3C | 116 | 64 | 14 |
| Octal | 101 | 0 | 146 | 44 | 144 | 0 | 74 | 426 | 144 | 24 |
| Binary | 1000001 | 0 | 1100110 | 100100 | 1100100 | 0 | 111100 | 100010110 | 1100100 | 10100 |
Color Harmonies of #410066
Complementary color
Monochromatic Colors of #410066
Black with #410066
Text Example
Text Example
White with #410066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410066; }
p { color: rgb(65,0,102); }
H1.HeaderClassName
{
color: #410066;
}
.AnyTagClassName
{
color: #410066;
}
</style>
background-color css
<style>
a { background-color: #410066; }
a { background-color: rgb(65,0,102); }
div.DivClassName
{
background-color: #410066;
}
.BgClassName
{
background-color: #410066;
}
</style>
border-color css
<style>
span { border-color: #410066; }
span { border-color: rgb(65,0,102); }
td.TdClassName
{
border-color: #410066;
}
.TagClassName
{
border-color: #410066;
}
</style>