Shades of Indigo #410093
Tints of Indigo #410093
RGB
CMYK
RGB Variations
Color information
#410093 (or 0x410093) is known color: Indigo. HEX triplet: 41, 00 and 93. RGB value is (65,0,147). Sum of RGB (Red+Green+Blue) = 65+0+147=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #410093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410093 is #BEFF6C. Grayscale: #232323. Windows color (decimal): -12517229 or 9633857. OLE color: 9633857.
HSL color Cylindrical-coordinate representation of color #410093: hue angle of 266.53º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #410093 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 65 | 0 | 147 | - |
| CMYK | 0.56 | 1 | 0 | 0.42 |
| HSL | 266.53º | 1% | 0.29% | - |
| HSV(B) | 266.53º | 1% | 0.58% | - |
| XYZ | 7.45 | 3.23 | 27.83 | - |
| YUV | 36.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 147 | 0.56 | 1 | 0 | 0.42 | 266.53 | 1 | 0.29 |
| Hex | 41 | 0 | 93 | 38 | 64 | 0 | 2A | 10B | 64 | 1D |
| Octal | 101 | 0 | 223 | 70 | 144 | 0 | 52 | 413 | 144 | 35 |
| Binary | 1000001 | 0 | 10010011 | 111000 | 1100100 | 0 | 101010 | 100001011 | 1100100 | 11101 |
Color Harmonies of #410093
Complementary color
Monochromatic Colors of #410093
Black with #410093
Text Example
Text Example
White with #410093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410093; }
p { color: rgb(65,0,147); }
H1.HeaderClassName
{
color: #410093;
}
.AnyTagClassName
{
color: #410093;
}
</style>
background-color css
<style>
a { background-color: #410093; }
a { background-color: rgb(65,0,147); }
div.DivClassName
{
background-color: #410093;
}
.BgClassName
{
background-color: #410093;
}
</style>
border-color css
<style>
span { border-color: #410093; }
span { border-color: rgb(65,0,147); }
td.TdClassName
{
border-color: #410093;
}
.TagClassName
{
border-color: #410093;
}
</style>