Shades of Indigo #4201B1
Tints of Indigo #4201B1
RGB
CMYK
RGB Variations
Color information
#4201B1 (or 0x4201B1) is known color: Indigo. HEX triplet: 42, 01 and B1. RGB value is (66,1,177). Sum of RGB (Red+Green+Blue) = 66+1+177=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 1 (0.78% from 255 or 0.41% 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 #4201B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4201B1 is #BDFE4E. Grayscale: #272727. Windows color (decimal): -12451407 or 11600194. OLE color: 11600194.
HSL color Cylindrical-coordinate representation of color #4201B1: hue angle of 262.16º degrees, saturation: 0.99, 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 #4201B1 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 1 | 177 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.31 |
| HSL | 262.16º | 0.99% | 0.35% | - |
| HSV(B) | 262.16º | 0.99% | 0.69% | - |
| XYZ | 10.19 | 4.35 | 41.9 | - |
| YUV | 40.5 | 205.03 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 177 | 0.63 | 0.99 | 0 | 0.31 | 262.16 | 0.99 | 0.35 |
| Hex | 42 | 1 | B1 | 3F | 63 | 0 | 1F | 106 | 63 | 23 |
| Octal | 102 | 1 | 261 | 77 | 143 | 0 | 37 | 406 | 143 | 43 |
| Binary | 1000010 | 1 | 10110001 | 111111 | 1100011 | 0 | 11111 | 100000110 | 1100011 | 100011 |
Color Harmonies of #4201B1
Complementary color
Monochromatic Colors of #4201B1
Black with #4201B1
Text Example
Text Example
White with #4201B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4201B1; }
p { color: rgb(66,1,177); }
H1.HeaderClassName
{
color: #4201B1;
}
.AnyTagClassName
{
color: #4201B1;
}
</style>
background-color css
<style>
a { background-color: #4201B1; }
a { background-color: rgb(66,1,177); }
div.DivClassName
{
background-color: #4201B1;
}
.BgClassName
{
background-color: #4201B1;
}
</style>
border-color css
<style>
span { border-color: #4201B1; }
span { border-color: rgb(66,1,177); }
td.TdClassName
{
border-color: #4201B1;
}
.TagClassName
{
border-color: #4201B1;
}
</style>