Shades of Indigo #410195
Tints of Indigo #410195
RGB
CMYK
RGB Variations
Color information
#410195 (or 0x410195) is known color: Indigo. HEX triplet: 41, 01 and 95. RGB value is (65,1,149). Sum of RGB (Red+Green+Blue) = 65+1+149=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #410195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410195 is #BEFE6A. Grayscale: #242424. Windows color (decimal): -12516971 or 9765185. OLE color: 9765185.
HSL color Cylindrical-coordinate representation of color #410195: hue angle of 265.95º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #410195 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 1 | 149 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.42 |
| HSL | 265.95º | 0.99% | 0.29% | - |
| HSV(B) | 265.95º | 0.99% | 0.58% | - |
| XYZ | 7.62 | 3.32 | 28.67 | - |
| YUV | 37.01 | 191.2 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 149 | 0.56 | 0.99 | 0 | 0.42 | 265.95 | 0.99 | 0.29 |
| Hex | 41 | 1 | 95 | 38 | 63 | 0 | 2A | 10A | 63 | 1D |
| Octal | 101 | 1 | 225 | 70 | 143 | 0 | 52 | 412 | 143 | 35 |
| Binary | 1000001 | 1 | 10010101 | 111000 | 1100011 | 0 | 101010 | 100001010 | 1100011 | 11101 |
Color Harmonies of #410195
Complementary color
Monochromatic Colors of #410195
Black with #410195
Text Example
Text Example
White with #410195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410195; }
p { color: rgb(65,1,149); }
H1.HeaderClassName
{
color: #410195;
}
.AnyTagClassName
{
color: #410195;
}
</style>
background-color css
<style>
a { background-color: #410195; }
a { background-color: rgb(65,1,149); }
div.DivClassName
{
background-color: #410195;
}
.BgClassName
{
background-color: #410195;
}
</style>
border-color css
<style>
span { border-color: #410195; }
span { border-color: rgb(65,1,149); }
td.TdClassName
{
border-color: #410195;
}
.TagClassName
{
border-color: #410195;
}
</style>