Shades of Indigo #410667
Tints of Indigo #410667
RGB
CMYK
RGB Variations
Color information
#410667 (or 0x410667) is known color: Indigo. HEX triplet: 41, 06 and 67. RGB value is (65,6,103). Sum of RGB (Red+Green+Blue) = 65+6+103=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 103 (40.62% from 255 or 59.20% from 174); Max value from RGB is 103 - color contains mainly: blue. Hex color #410667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410667 is #BEF998. Grayscale: #222222. Windows color (decimal): -12515737 or 6751809. OLE color: 6751809.
HSL color Cylindrical-coordinate representation of color #410667: hue angle of 276.49º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410667 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 65 | 6 | 103 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.60 |
| HSL | 276.49º | 0.89% | 0.21% | - |
| HSV(B) | 276.49º | 0.94% | 0.4% | - |
| XYZ | 4.69 | 2.23 | 13.02 | - |
| YUV | 34.7 | 166.55 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 6 | 103 | 0.37 | 0.94 | 0 | 0.60 | 276.49 | 0.89 | 0.21 |
| Hex | 41 | 6 | 67 | 25 | 5E | 0 | 3C | 114 | 59 | 15 |
| Octal | 101 | 6 | 147 | 45 | 136 | 0 | 74 | 424 | 131 | 25 |
| Binary | 1000001 | 110 | 1100111 | 100101 | 1011110 | 0 | 111100 | 100010100 | 1011001 | 10101 |
Color Harmonies of #410667
Complementary color
Monochromatic Colors of #410667
Black with #410667
Text Example
Text Example
White with #410667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410667; }
p { color: rgb(65,6,103); }
H1.HeaderClassName
{
color: #410667;
}
.AnyTagClassName
{
color: #410667;
}
</style>
background-color css
<style>
a { background-color: #410667; }
a { background-color: rgb(65,6,103); }
div.DivClassName
{
background-color: #410667;
}
.BgClassName
{
background-color: #410667;
}
</style>
border-color css
<style>
span { border-color: #410667; }
span { border-color: rgb(65,6,103); }
td.TdClassName
{
border-color: #410667;
}
.TagClassName
{
border-color: #410667;
}
</style>