Shades of Indigo #41086A
Tints of Indigo #41086A
RGB
CMYK
RGB Variations
Color information
#41086A (or 0x41086A) is known color: Indigo. HEX triplet: 41, 08 and 6A. RGB value is (65,8,106). Sum of RGB (Red+Green+Blue) = 65+8+106=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #41086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41086A is #BEF795. Grayscale: #232323. Windows color (decimal): -12515222 or 6948929. OLE color: 6948929.
HSL color Cylindrical-coordinate representation of color #41086A: hue angle of 274.9º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41086A is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 8 | 106 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.58 |
| HSL | 274.9º | 0.86% | 0.22% | - |
| HSV(B) | 274.9º | 0.92% | 0.42% | - |
| XYZ | 4.87 | 2.34 | 13.83 | - |
| YUV | 36.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 8 | 106 | 0.39 | 0.92 | 0 | 0.58 | 274.9 | 0.86 | 0.22 |
| Hex | 41 | 8 | 6A | 27 | 5C | 0 | 3A | 113 | 56 | 16 |
| Octal | 101 | 10 | 152 | 47 | 134 | 0 | 72 | 423 | 126 | 26 |
| Binary | 1000001 | 1000 | 1101010 | 100111 | 1011100 | 0 | 111010 | 100010011 | 1010110 | 10110 |
Color Harmonies of #41086A
Complementary color
Monochromatic Colors of #41086A
Black with #41086A
Text Example
Text Example
White with #41086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41086A; }
p { color: rgb(65,8,106); }
H1.HeaderClassName
{
color: #41086A;
}
.AnyTagClassName
{
color: #41086A;
}
</style>
background-color css
<style>
a { background-color: #41086A; }
a { background-color: rgb(65,8,106); }
div.DivClassName
{
background-color: #41086A;
}
.BgClassName
{
background-color: #41086A;
}
</style>
border-color css
<style>
span { border-color: #41086A; }
span { border-color: rgb(65,8,106); }
td.TdClassName
{
border-color: #41086A;
}
.TagClassName
{
border-color: #41086A;
}
</style>