Shades of Indigo #410375
Tints of Indigo #410375
RGB
CMYK
RGB Variations
Color information
#410375 (or 0x410375) is known color: Indigo. HEX triplet: 41, 03 and 75. RGB value is (65,3,117). Sum of RGB (Red+Green+Blue) = 65+3+117=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 3 (1.56% from 255 or 1.62% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #410375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410375 is #BEFC8A. Grayscale: #222222. Windows color (decimal): -12516491 or 7668545. OLE color: 7668545.
HSL color Cylindrical-coordinate representation of color #410375: hue angle of 272.63º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #410375 is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 65 | 3 | 117 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.54 |
| HSL | 272.63º | 0.95% | 0.24% | - |
| HSV(B) | 272.63º | 0.97% | 0.46% | - |
| XYZ | 5.42 | 2.47 | 17.02 | - |
| YUV | 34.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 117 | 0.44 | 0.97 | 0 | 0.54 | 272.63 | 0.95 | 0.24 |
| Hex | 41 | 3 | 75 | 2C | 61 | 0 | 36 | 111 | 5F | 18 |
| Octal | 101 | 3 | 165 | 54 | 141 | 0 | 66 | 421 | 137 | 30 |
| Binary | 1000001 | 11 | 1110101 | 101100 | 1100001 | 0 | 110110 | 100010001 | 1011111 | 11000 |
Color Harmonies of #410375
Complementary color
Monochromatic Colors of #410375
Black with #410375
Text Example
Text Example
White with #410375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410375; }
p { color: rgb(65,3,117); }
H1.HeaderClassName
{
color: #410375;
}
.AnyTagClassName
{
color: #410375;
}
</style>
background-color css
<style>
a { background-color: #410375; }
a { background-color: rgb(65,3,117); }
div.DivClassName
{
background-color: #410375;
}
.BgClassName
{
background-color: #410375;
}
</style>
border-color css
<style>
span { border-color: #410375; }
span { border-color: rgb(65,3,117); }
td.TdClassName
{
border-color: #410375;
}
.TagClassName
{
border-color: #410375;
}
</style>