Shades of Indigo #41089D
Tints of Indigo #41089D
RGB
CMYK
RGB Variations
Color information
#41089D (or 0x41089D) is known color: Indigo. HEX triplet: 41, 08 and 9D. RGB value is (65,8,157). Sum of RGB (Red+Green+Blue) = 65+8+157=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #41089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41089D is #BEF762. Grayscale: #292929. Windows color (decimal): -12515171 or 10291265. OLE color: 10291265.
HSL color Cylindrical-coordinate representation of color #41089D: hue angle of 262.95º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #41089D is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 8 | 157 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.38 |
| HSL | 262.95º | 0.9% | 0.32% | - |
| HSV(B) | 262.95º | 0.95% | 0.62% | - |
| XYZ | 8.35 | 3.73 | 32.18 | - |
| YUV | 42.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 157 | 0.59 | 0.95 | 0 | 0.38 | 262.95 | 0.9 | 0.32 |
| Hex | 41 | 8 | 9D | 3B | 5F | 0 | 26 | 107 | 5A | 20 |
| Octal | 101 | 10 | 235 | 73 | 137 | 0 | 46 | 407 | 132 | 40 |
| Binary | 1000001 | 1000 | 10011101 | 111011 | 1011111 | 0 | 100110 | 100000111 | 1011010 | 100000 |
Color Harmonies of #41089D
Complementary color
Monochromatic Colors of #41089D
Black with #41089D
Text Example
Text Example
White with #41089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41089D; }
p { color: rgb(65,8,157); }
H1.HeaderClassName
{
color: #41089D;
}
.AnyTagClassName
{
color: #41089D;
}
</style>
background-color css
<style>
a { background-color: #41089D; }
a { background-color: rgb(65,8,157); }
div.DivClassName
{
background-color: #41089D;
}
.BgClassName
{
background-color: #41089D;
}
</style>
border-color css
<style>
span { border-color: #41089D; }
span { border-color: rgb(65,8,157); }
td.TdClassName
{
border-color: #41089D;
}
.TagClassName
{
border-color: #41089D;
}
</style>