Shades of Indigo #4103A3
Tints of Indigo #4103A3
RGB
CMYK
RGB Variations
Color information
#4103A3 (or 0x4103A3) is known color: Indigo. HEX triplet: 41, 03 and A3. RGB value is (65,3,163). Sum of RGB (Red+Green+Blue) = 65+3+163=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 163 (64.06% from 255 or 70.56% from 231); Max value from RGB is 163 - color contains mainly: blue. Hex color #4103A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4103A3 is #BEFC5C. Grayscale: #272727. Windows color (decimal): -12516445 or 10683201. OLE color: 10683201.
HSL color Cylindrical-coordinate representation of color #4103A3: hue angle of 263.25º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4103A3 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 3 | 163 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.36 |
| HSL | 263.25º | 0.96% | 0.33% | - |
| HSV(B) | 263.25º | 0.98% | 0.64% | - |
| XYZ | 8.82 | 3.83 | 34.93 | - |
| YUV | 39.78 | 197.54 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 3 | 163 | 0.60 | 0.98 | 0 | 0.36 | 263.25 | 0.96 | 0.33 |
| Hex | 41 | 3 | A3 | 3C | 62 | 0 | 24 | 107 | 60 | 21 |
| Octal | 101 | 3 | 243 | 74 | 142 | 0 | 44 | 407 | 140 | 41 |
| Binary | 1000001 | 11 | 10100011 | 111100 | 1100010 | 0 | 100100 | 100000111 | 1100000 | 100001 |
Color Harmonies of #4103A3
Complementary color
Monochromatic Colors of #4103A3
Black with #4103A3
Text Example
Text Example
White with #4103A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4103A3; }
p { color: rgb(65,3,163); }
H1.HeaderClassName
{
color: #4103A3;
}
.AnyTagClassName
{
color: #4103A3;
}
</style>
background-color css
<style>
a { background-color: #4103A3; }
a { background-color: rgb(65,3,163); }
div.DivClassName
{
background-color: #4103A3;
}
.BgClassName
{
background-color: #4103A3;
}
</style>
border-color css
<style>
span { border-color: #4103A3; }
span { border-color: rgb(65,3,163); }
td.TdClassName
{
border-color: #4103A3;
}
.TagClassName
{
border-color: #4103A3;
}
</style>