Shades of Indigo #41025C
Tints of Indigo #41025C
RGB
CMYK
RGB Variations
Color information
#41025C (or 0x41025C) is known color: Indigo. HEX triplet: 41, 02 and 5C. RGB value is (65,2,92). Sum of RGB (Red+Green+Blue) = 65+2+92=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 92 (36.33% from 255 or 57.86% from 159); Max value from RGB is 92 - color contains mainly: blue. Hex color #41025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41025C is #BEFDA3. Grayscale: #1E1E1E. Windows color (decimal): -12516772 or 6029889. OLE color: 6029889.
HSL color Cylindrical-coordinate representation of color #41025C: hue angle of 282º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #41025C is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 2 | 92 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.64 |
| HSL | 282º | 0.96% | 0.18% | - |
| HSV(B) | 282º | 0.98% | 0.36% | - |
| XYZ | 4.13 | 1.94 | 10.28 | - |
| YUV | 31.1 | 162.37 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 92 | 0.29 | 0.98 | 0 | 0.64 | 282 | 0.96 | 0.18 |
| Hex | 41 | 2 | 5C | 1D | 62 | 0 | 40 | 11A | 60 | 12 |
| Octal | 101 | 2 | 134 | 35 | 142 | 0 | 100 | 432 | 140 | 22 |
| Binary | 1000001 | 10 | 1011100 | 11101 | 1100010 | 0 | 1000000 | 100011010 | 1100000 | 10010 |
Color Harmonies of #41025C
Complementary color
Monochromatic Colors of #41025C
Black with #41025C
Text Example
Text Example
White with #41025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41025C; }
p { color: rgb(65,2,92); }
H1.HeaderClassName
{
color: #41025C;
}
.AnyTagClassName
{
color: #41025C;
}
</style>
background-color css
<style>
a { background-color: #41025C; }
a { background-color: rgb(65,2,92); }
div.DivClassName
{
background-color: #41025C;
}
.BgClassName
{
background-color: #41025C;
}
</style>
border-color css
<style>
span { border-color: #41025C; }
span { border-color: rgb(65,2,92); }
td.TdClassName
{
border-color: #41025C;
}
.TagClassName
{
border-color: #41025C;
}
</style>