Shades of Indigo #410C8A
Tints of Indigo #410C8A
RGB
CMYK
RGB Variations
Color information
#410C8A (or 0x410C8A) is known color: Indigo. HEX triplet: 41, 0C and 8A. RGB value is (65,12,138). Sum of RGB (Red+Green+Blue) = 65+12+138=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #410C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410C8A is #BEF375. Grayscale: #292929. Windows color (decimal): -12514166 or 9047105. OLE color: 9047105.
HSL color Cylindrical-coordinate representation of color #410C8A: hue angle of 265.24º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410C8A is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 12 | 138 | - |
| CMYK | 0.53 | 0.91 | 0 | 0.46 |
| HSL | 265.24º | 0.84% | 0.29% | - |
| HSV(B) | 265.24º | 0.91% | 0.54% | - |
| XYZ | 6.9 | 3.22 | 24.3 | - |
| YUV | 42.21 | 182.06 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 138 | 0.53 | 0.91 | 0 | 0.46 | 265.24 | 0.84 | 0.29 |
| Hex | 41 | C | 8A | 35 | 5B | 0 | 2E | 109 | 54 | 1D |
| Octal | 101 | 14 | 212 | 65 | 133 | 0 | 56 | 411 | 124 | 35 |
| Binary | 1000001 | 1100 | 10001010 | 110101 | 1011011 | 0 | 101110 | 100001001 | 1010100 | 11101 |
Color Harmonies of #410C8A
Complementary color
Monochromatic Colors of #410C8A
Black with #410C8A
Text Example
Text Example
White with #410C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410C8A; }
p { color: rgb(65,12,138); }
H1.HeaderClassName
{
color: #410C8A;
}
.AnyTagClassName
{
color: #410C8A;
}
</style>
background-color css
<style>
a { background-color: #410C8A; }
a { background-color: rgb(65,12,138); }
div.DivClassName
{
background-color: #410C8A;
}
.BgClassName
{
background-color: #410C8A;
}
</style>
border-color css
<style>
span { border-color: #410C8A; }
span { border-color: rgb(65,12,138); }
td.TdClassName
{
border-color: #410C8A;
}
.TagClassName
{
border-color: #410C8A;
}
</style>