Shades of Indigo #410B7D
Tints of Indigo #410B7D
RGB
CMYK
RGB Variations
Color information
#410B7D (or 0x410B7D) is known color: Indigo. HEX triplet: 41, 0B and 7D. RGB value is (65,11,125). Sum of RGB (Red+Green+Blue) = 65+11+125=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #410B7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B7D is #BEF482. Grayscale: #272727. Windows color (decimal): -12514435 or 8194881. OLE color: 8194881.
HSL color Cylindrical-coordinate representation of color #410B7D: hue angle of 268.42º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #410B7D is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 65 | 11 | 125 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.51 |
| HSL | 268.42º | 0.84% | 0.27% | - |
| HSV(B) | 268.42º | 0.91% | 0.49% | - |
| XYZ | 6 | 2.84 | 19.63 | - |
| YUV | 40.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 11 | 125 | 0.48 | 0.91 | 0 | 0.51 | 268.42 | 0.84 | 0.27 |
| Hex | 41 | B | 7D | 30 | 5B | 0 | 33 | 10C | 54 | 1B |
| Octal | 101 | 13 | 175 | 60 | 133 | 0 | 63 | 414 | 124 | 33 |
| Binary | 1000001 | 1011 | 1111101 | 110000 | 1011011 | 0 | 110011 | 100001100 | 1010100 | 11011 |
Color Harmonies of #410B7D
Complementary color
Monochromatic Colors of #410B7D
Black with #410B7D
Text Example
Text Example
White with #410B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410B7D; }
p { color: rgb(65,11,125); }
H1.HeaderClassName
{
color: #410B7D;
}
.AnyTagClassName
{
color: #410B7D;
}
</style>
background-color css
<style>
a { background-color: #410B7D; }
a { background-color: rgb(65,11,125); }
div.DivClassName
{
background-color: #410B7D;
}
.BgClassName
{
background-color: #410B7D;
}
</style>
border-color css
<style>
span { border-color: #410B7D; }
span { border-color: rgb(65,11,125); }
td.TdClassName
{
border-color: #410B7D;
}
.TagClassName
{
border-color: #410B7D;
}
</style>