Shades of Indigo #41046D
Tints of Indigo #41046D
RGB
CMYK
RGB Variations
Color information
#41046D (or 0x41046D) is known color: Indigo. HEX triplet: 41, 04 and 6D. RGB value is (65,4,109). Sum of RGB (Red+Green+Blue) = 65+4+109=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #41046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41046D is #BEFB92. Grayscale: #212121. Windows color (decimal): -12516243 or 7144513. OLE color: 7144513.
HSL color Cylindrical-coordinate representation of color #41046D: hue angle of 274.86º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #41046D is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 65 | 4 | 109 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.57 |
| HSL | 274.86º | 0.93% | 0.22% | - |
| HSV(B) | 274.86º | 0.96% | 0.43% | - |
| XYZ | 4.98 | 2.31 | 14.65 | - |
| YUV | 34.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 4 | 109 | 0.40 | 0.96 | 0 | 0.57 | 274.86 | 0.93 | 0.22 |
| Hex | 41 | 4 | 6D | 28 | 60 | 0 | 39 | 113 | 5D | 16 |
| Octal | 101 | 4 | 155 | 50 | 140 | 0 | 71 | 423 | 135 | 26 |
| Binary | 1000001 | 100 | 1101101 | 101000 | 1100000 | 0 | 111001 | 100010011 | 1011101 | 10110 |
Color Harmonies of #41046D
Complementary color
Monochromatic Colors of #41046D
Black with #41046D
Text Example
Text Example
White with #41046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41046D; }
p { color: rgb(65,4,109); }
H1.HeaderClassName
{
color: #41046D;
}
.AnyTagClassName
{
color: #41046D;
}
</style>
background-color css
<style>
a { background-color: #41046D; }
a { background-color: rgb(65,4,109); }
div.DivClassName
{
background-color: #41046D;
}
.BgClassName
{
background-color: #41046D;
}
</style>
border-color css
<style>
span { border-color: #41046D; }
span { border-color: rgb(65,4,109); }
td.TdClassName
{
border-color: #41046D;
}
.TagClassName
{
border-color: #41046D;
}
</style>