Shades of Indigo #410277
Tints of Indigo #410277
RGB
CMYK
RGB Variations
Color information
#410277 (or 0x410277) is known color: Indigo. HEX triplet: 41, 02 and 77. RGB value is (65,2,119). Sum of RGB (Red+Green+Blue) = 65+2+119=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #410277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410277 is #BEFD88. Grayscale: #212121. Windows color (decimal): -12516745 or 7799361. OLE color: 7799361.
HSL color Cylindrical-coordinate representation of color #410277: hue angle of 272.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410277 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 65 | 2 | 119 | - |
| CMYK | 0.45 | 0.98 | 0 | 0.53 |
| HSL | 272.31º | 0.97% | 0.24% | - |
| HSV(B) | 272.31º | 0.98% | 0.47% | - |
| XYZ | 5.53 | 2.5 | 17.64 | - |
| YUV | 34.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 119 | 0.45 | 0.98 | 0 | 0.53 | 272.31 | 0.97 | 0.24 |
| Hex | 41 | 2 | 77 | 2D | 62 | 0 | 35 | 110 | 61 | 18 |
| Octal | 101 | 2 | 167 | 55 | 142 | 0 | 65 | 420 | 141 | 30 |
| Binary | 1000001 | 10 | 1110111 | 101101 | 1100010 | 0 | 110101 | 100010000 | 1100001 | 11000 |
Color Harmonies of #410277
Complementary color
Monochromatic Colors of #410277
Black with #410277
Text Example
Text Example
White with #410277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410277; }
p { color: rgb(65,2,119); }
H1.HeaderClassName
{
color: #410277;
}
.AnyTagClassName
{
color: #410277;
}
</style>
background-color css
<style>
a { background-color: #410277; }
a { background-color: rgb(65,2,119); }
div.DivClassName
{
background-color: #410277;
}
.BgClassName
{
background-color: #410277;
}
</style>
border-color css
<style>
span { border-color: #410277; }
span { border-color: rgb(65,2,119); }
td.TdClassName
{
border-color: #410277;
}
.TagClassName
{
border-color: #410277;
}
</style>