Shades of Indigo #41019F
Tints of Indigo #41019F
RGB
CMYK
RGB Variations
Color information
#41019F (or 0x41019F) is known color: Indigo. HEX triplet: 41, 01 and 9F. RGB value is (65,1,159). Sum of RGB (Red+Green+Blue) = 65+1+159=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #41019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41019F is #BEFE60. Grayscale: #252525. Windows color (decimal): -12516961 or 10420545. OLE color: 10420545.
HSL color Cylindrical-coordinate representation of color #41019F: hue angle of 264.3º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #41019F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 1 | 159 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.38 |
| HSL | 264.3º | 0.99% | 0.31% | - |
| HSV(B) | 264.3º | 0.99% | 0.62% | - |
| XYZ | 8.45 | 3.65 | 33.06 | - |
| YUV | 38.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 159 | 0.59 | 0.99 | 0 | 0.38 | 264.3 | 0.99 | 0.31 |
| Hex | 41 | 1 | 9F | 3B | 63 | 0 | 26 | 108 | 63 | 1F |
| Octal | 101 | 1 | 237 | 73 | 143 | 0 | 46 | 410 | 143 | 37 |
| Binary | 1000001 | 1 | 10011111 | 111011 | 1100011 | 0 | 100110 | 100001000 | 1100011 | 11111 |
Color Harmonies of #41019F
Complementary color
Monochromatic Colors of #41019F
Black with #41019F
Text Example
Text Example
White with #41019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41019F; }
p { color: rgb(65,1,159); }
H1.HeaderClassName
{
color: #41019F;
}
.AnyTagClassName
{
color: #41019F;
}
</style>
background-color css
<style>
a { background-color: #41019F; }
a { background-color: rgb(65,1,159); }
div.DivClassName
{
background-color: #41019F;
}
.BgClassName
{
background-color: #41019F;
}
</style>
border-color css
<style>
span { border-color: #41019F; }
span { border-color: rgb(65,1,159); }
td.TdClassName
{
border-color: #41019F;
}
.TagClassName
{
border-color: #41019F;
}
</style>