Shades of Indigo #410C84
Tints of Indigo #410C84
RGB
CMYK
RGB Variations
Color information
#410C84 (or 0x410C84) is known color: Indigo. HEX triplet: 41, 0C and 84. RGB value is (65,12,132). Sum of RGB (Red+Green+Blue) = 65+12+132=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #410C84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410C84 is #BEF37B. Grayscale: #292929. Windows color (decimal): -12514172 or 8653889. OLE color: 8653889.
HSL color Cylindrical-coordinate representation of color #410C84: hue angle of 266.5º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410C84 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 12 | 132 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.48 |
| HSL | 266.5º | 0.83% | 0.28% | - |
| HSV(B) | 266.5º | 0.91% | 0.52% | - |
| XYZ | 6.48 | 3.05 | 22.08 | - |
| YUV | 41.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 132 | 0.51 | 0.91 | 0 | 0.48 | 266.5 | 0.83 | 0.28 |
| Hex | 41 | C | 84 | 33 | 5B | 0 | 30 | 10A | 53 | 1C |
| Octal | 101 | 14 | 204 | 63 | 133 | 0 | 60 | 412 | 123 | 34 |
| Binary | 1000001 | 1100 | 10000100 | 110011 | 1011011 | 0 | 110000 | 100001010 | 1010011 | 11100 |
Color Harmonies of #410C84
Complementary color
Monochromatic Colors of #410C84
Black with #410C84
Text Example
Text Example
White with #410C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C84; }
p { color: rgb(65,12,132); }
H1.HeaderClassName
{
color: #410C84;
}
.AnyTagClassName
{
color: #410C84;
}
</style>
background-color css
<style>
a { background-color: #410C84; }
a { background-color: rgb(65,12,132); }
div.DivClassName
{
background-color: #410C84;
}
.BgClassName
{
background-color: #410C84;
}
</style>
border-color css
<style>
span { border-color: #410C84; }
span { border-color: rgb(65,12,132); }
td.TdClassName
{
border-color: #410C84;
}
.TagClassName
{
border-color: #410C84;
}
</style>