Shades of Indigo #4101A3
Tints of Indigo #4101A3
RGB
CMYK
RGB Variations
Color information
#4101A3 (or 0x4101A3) is known color: Indigo. HEX triplet: 41, 01 and A3. RGB value is (65,1,163). Sum of RGB (Red+Green+Blue) = 65+1+163=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 163 (64.06% from 255 or 71.18% from 229); Max value from RGB is 163 - color contains mainly: blue. Hex color #4101A3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4101A3 is #BEFE5C. Grayscale: #262626. Windows color (decimal): -12516957 or 10682689. OLE color: 10682689.
HSL color Cylindrical-coordinate representation of color #4101A3: hue angle of 263.7º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4101A3 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 1 | 163 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.36 |
| HSL | 263.7º | 0.99% | 0.32% | - |
| HSV(B) | 263.7º | 0.99% | 0.64% | - |
| XYZ | 8.8 | 3.79 | 34.92 | - |
| YUV | 38.6 | 198.2 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 163 | 0.60 | 0.99 | 0 | 0.36 | 263.7 | 0.99 | 0.32 |
| Hex | 41 | 1 | A3 | 3C | 63 | 0 | 24 | 108 | 63 | 20 |
| Octal | 101 | 1 | 243 | 74 | 143 | 0 | 44 | 410 | 143 | 40 |
| Binary | 1000001 | 1 | 10100011 | 111100 | 1100011 | 0 | 100100 | 100001000 | 1100011 | 100000 |
Color Harmonies of #4101A3
Complementary color
Monochromatic Colors of #4101A3
Black with #4101A3
Text Example
Text Example
White with #4101A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101A3; }
p { color: rgb(65,1,163); }
H1.HeaderClassName
{
color: #4101A3;
}
.AnyTagClassName
{
color: #4101A3;
}
</style>
background-color css
<style>
a { background-color: #4101A3; }
a { background-color: rgb(65,1,163); }
div.DivClassName
{
background-color: #4101A3;
}
.BgClassName
{
background-color: #4101A3;
}
</style>
border-color css
<style>
span { border-color: #4101A3; }
span { border-color: rgb(65,1,163); }
td.TdClassName
{
border-color: #4101A3;
}
.TagClassName
{
border-color: #4101A3;
}
</style>