Shades of Indigo #41099D
Tints of Indigo #41099D
RGB
CMYK
RGB Variations
Color information
#41099D (or 0x41099D) is known color: Indigo. HEX triplet: 41, 09 and 9D. RGB value is (65,9,157). Sum of RGB (Red+Green+Blue) = 65+9+157=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #41099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41099D is #BEF662. Grayscale: #2A2A2A. Windows color (decimal): -12514915 or 10291521. OLE color: 10291521.
HSL color Cylindrical-coordinate representation of color #41099D: hue angle of 262.7º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41099D is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 9 | 157 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.38 |
| HSL | 262.7º | 0.89% | 0.33% | - |
| HSV(B) | 262.7º | 0.94% | 0.62% | - |
| XYZ | 8.36 | 3.75 | 32.18 | - |
| YUV | 42.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 157 | 0.59 | 0.94 | 0 | 0.38 | 262.7 | 0.89 | 0.33 |
| Hex | 41 | 9 | 9D | 3B | 5E | 0 | 26 | 107 | 59 | 21 |
| Octal | 101 | 11 | 235 | 73 | 136 | 0 | 46 | 407 | 131 | 41 |
| Binary | 1000001 | 1001 | 10011101 | 111011 | 1011110 | 0 | 100110 | 100000111 | 1011001 | 100001 |
Color Harmonies of #41099D
Complementary color
Monochromatic Colors of #41099D
Black with #41099D
Text Example
Text Example
White with #41099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41099D; }
p { color: rgb(65,9,157); }
H1.HeaderClassName
{
color: #41099D;
}
.AnyTagClassName
{
color: #41099D;
}
</style>
background-color css
<style>
a { background-color: #41099D; }
a { background-color: rgb(65,9,157); }
div.DivClassName
{
background-color: #41099D;
}
.BgClassName
{
background-color: #41099D;
}
</style>
border-color css
<style>
span { border-color: #41099D; }
span { border-color: rgb(65,9,157); }
td.TdClassName
{
border-color: #41099D;
}
.TagClassName
{
border-color: #41099D;
}
</style>