Shades of Indigo #410282
Tints of Indigo #410282
RGB
CMYK
RGB Variations
Color information
#410282 (or 0x410282) is known color: Indigo. HEX triplet: 41, 02 and 82. RGB value is (65,2,130). Sum of RGB (Red+Green+Blue) = 65+2+130=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #410282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410282 is #BEFD7D. Grayscale: #222222. Windows color (decimal): -12516734 or 8520257. OLE color: 8520257.
HSL color Cylindrical-coordinate representation of color #410282: hue angle of 269.53º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #410282 is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 2 | 130 | - |
| CMYK | 0.50 | 0.98 | 0 | 0.49 |
| HSL | 269.53º | 0.97% | 0.26% | - |
| HSV(B) | 269.53º | 0.98% | 0.51% | - |
| XYZ | 6.23 | 2.78 | 21.33 | - |
| YUV | 35.43 | 181.37 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 130 | 0.50 | 0.98 | 0 | 0.49 | 269.53 | 0.97 | 0.26 |
| Hex | 41 | 2 | 82 | 32 | 62 | 0 | 31 | 10E | 61 | 1A |
| Octal | 101 | 2 | 202 | 62 | 142 | 0 | 61 | 416 | 141 | 32 |
| Binary | 1000001 | 10 | 10000010 | 110010 | 1100010 | 0 | 110001 | 100001110 | 1100001 | 11010 |
Color Harmonies of #410282
Complementary color
Monochromatic Colors of #410282
Black with #410282
Text Example
Text Example
White with #410282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410282; }
p { color: rgb(65,2,130); }
H1.HeaderClassName
{
color: #410282;
}
.AnyTagClassName
{
color: #410282;
}
</style>
background-color css
<style>
a { background-color: #410282; }
a { background-color: rgb(65,2,130); }
div.DivClassName
{
background-color: #410282;
}
.BgClassName
{
background-color: #410282;
}
</style>
border-color css
<style>
span { border-color: #410282; }
span { border-color: rgb(65,2,130); }
td.TdClassName
{
border-color: #410282;
}
.TagClassName
{
border-color: #410282;
}
</style>