Shades of Indigo #4103A2
Tints of Indigo #4103A2
RGB
CMYK
RGB Variations
Color information
#4103A2 (or 0x4103A2) is known color: Indigo. HEX triplet: 41, 03 and A2. RGB value is (65,3,162). Sum of RGB (Red+Green+Blue) = 65+3+162=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 162 (63.67% from 255 or 70.43% from 230); Max value from RGB is 162 - color contains mainly: blue. Hex color #4103A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103A2 is #BEFC5D. Grayscale: #272727. Windows color (decimal): -12516446 or 10617665. OLE color: 10617665.
HSL color Cylindrical-coordinate representation of color #4103A2: hue angle of 263.4º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103A2 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 3 | 162 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.36 |
| HSL | 263.4º | 0.96% | 0.32% | - |
| HSV(B) | 263.4º | 0.98% | 0.64% | - |
| XYZ | 8.73 | 3.8 | 34.46 | - |
| YUV | 39.66 | 197.04 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 162 | 0.60 | 0.98 | 0 | 0.36 | 263.4 | 0.96 | 0.32 |
| Hex | 41 | 3 | A2 | 3C | 62 | 0 | 24 | 107 | 60 | 20 |
| Octal | 101 | 3 | 242 | 74 | 142 | 0 | 44 | 407 | 140 | 40 |
| Binary | 1000001 | 11 | 10100010 | 111100 | 1100010 | 0 | 100100 | 100000111 | 1100000 | 100000 |
Color Harmonies of #4103A2
Complementary color
Monochromatic Colors of #4103A2
Black with #4103A2
Text Example
Text Example
White with #4103A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103A2; }
p { color: rgb(65,3,162); }
H1.HeaderClassName
{
color: #4103A2;
}
.AnyTagClassName
{
color: #4103A2;
}
</style>
background-color css
<style>
a { background-color: #4103A2; }
a { background-color: rgb(65,3,162); }
div.DivClassName
{
background-color: #4103A2;
}
.BgClassName
{
background-color: #4103A2;
}
</style>
border-color css
<style>
span { border-color: #4103A2; }
span { border-color: rgb(65,3,162); }
td.TdClassName
{
border-color: #4103A2;
}
.TagClassName
{
border-color: #4103A2;
}
</style>