Shades of Indigo #4102B1
Tints of Indigo #4102B1
RGB
CMYK
RGB Variations
Color information
#4102B1 (or 0x4102B1) is known color: Indigo. HEX triplet: 41, 02 and B1. RGB value is (65,2,177). Sum of RGB (Red+Green+Blue) = 65+2+177=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 177 (69.53% from 255 or 72.54% from 244); Max value from RGB is 177 - color contains mainly: blue. Hex color #4102B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4102B1 is #BEFD4E. Grayscale: #282828. Windows color (decimal): -12516687 or 11600449. OLE color: 11600449.
HSL color Cylindrical-coordinate representation of color #4102B1: hue angle of 261.6º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102B1 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 2 | 177 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.31 |
| HSL | 261.6º | 0.98% | 0.35% | - |
| HSV(B) | 261.6º | 0.99% | 0.69% | - |
| XYZ | 10.14 | 4.34 | 41.9 | - |
| YUV | 40.79 | 204.87 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 177 | 0.63 | 0.99 | 0 | 0.31 | 261.6 | 0.98 | 0.35 |
| Hex | 41 | 2 | B1 | 3F | 63 | 0 | 1F | 106 | 62 | 23 |
| Octal | 101 | 2 | 261 | 77 | 143 | 0 | 37 | 406 | 142 | 43 |
| Binary | 1000001 | 10 | 10110001 | 111111 | 1100011 | 0 | 11111 | 100000110 | 1100010 | 100011 |
Color Harmonies of #4102B1
Complementary color
Monochromatic Colors of #4102B1
Black with #4102B1
Text Example
Text Example
White with #4102B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102B1; }
p { color: rgb(65,2,177); }
H1.HeaderClassName
{
color: #4102B1;
}
.AnyTagClassName
{
color: #4102B1;
}
</style>
background-color css
<style>
a { background-color: #4102B1; }
a { background-color: rgb(65,2,177); }
div.DivClassName
{
background-color: #4102B1;
}
.BgClassName
{
background-color: #4102B1;
}
</style>
border-color css
<style>
span { border-color: #4102B1; }
span { border-color: rgb(65,2,177); }
td.TdClassName
{
border-color: #4102B1;
}
.TagClassName
{
border-color: #4102B1;
}
</style>