Shades of Indigo #41008C
Tints of Indigo #41008C
RGB
CMYK
RGB Variations
Color information
#41008C (or 0x41008C) is known color: Indigo. HEX triplet: 41, 00 and 8C. RGB value is (65,0,140). Sum of RGB (Red+Green+Blue) = 65+0+140=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #41008C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41008C is #BEFF73. Grayscale: #222222. Windows color (decimal): -12517236 or 9175105. OLE color: 9175105.
HSL color Cylindrical-coordinate representation of color #41008C: hue angle of 267.86º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #41008C is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 0 | 140 | - |
| CMYK | 0.54 | 1 | 0 | 0.45 |
| HSL | 267.86º | 1% | 0.27% | - |
| HSV(B) | 267.86º | 1% | 0.55% | - |
| XYZ | 6.91 | 3.02 | 25.03 | - |
| YUV | 35.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 140 | 0.54 | 1 | 0 | 0.45 | 267.86 | 1 | 0.27 |
| Hex | 41 | 0 | 8C | 36 | 64 | 0 | 2D | 10C | 64 | 1B |
| Octal | 101 | 0 | 214 | 66 | 144 | 0 | 55 | 414 | 144 | 33 |
| Binary | 1000001 | 0 | 10001100 | 110110 | 1100100 | 0 | 101101 | 100001100 | 1100100 | 11011 |
Color Harmonies of #41008C
Complementary color
Monochromatic Colors of #41008C
Black with #41008C
Text Example
Text Example
White with #41008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41008C; }
p { color: rgb(65,0,140); }
H1.HeaderClassName
{
color: #41008C;
}
.AnyTagClassName
{
color: #41008C;
}
</style>
background-color css
<style>
a { background-color: #41008C; }
a { background-color: rgb(65,0,140); }
div.DivClassName
{
background-color: #41008C;
}
.BgClassName
{
background-color: #41008C;
}
</style>
border-color css
<style>
span { border-color: #41008C; }
span { border-color: rgb(65,0,140); }
td.TdClassName
{
border-color: #41008C;
}
.TagClassName
{
border-color: #41008C;
}
</style>