Shades of Indigo #4201AE
Tints of Indigo #4201AE
RGB
CMYK
RGB Variations
Color information
#4201AE (or 0x4201AE) is known color: Indigo. HEX triplet: 42, 01 and AE. RGB value is (66,1,174). Sum of RGB (Red+Green+Blue) = 66+1+174=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #4201AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4201AE is #BDFE51. Grayscale: #272727. Windows color (decimal): -12451410 or 11403586. OLE color: 11403586.
HSL color Cylindrical-coordinate representation of color #4201AE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4201AE is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 1 | 174 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.32 |
| HSL | 262.54º | 0.99% | 0.34% | - |
| HSV(B) | 262.54º | 0.99% | 0.68% | - |
| XYZ | 9.9 | 4.24 | 40.34 | - |
| YUV | 40.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 174 | 0.62 | 0.99 | 0 | 0.32 | 262.54 | 0.99 | 0.34 |
| Hex | 42 | 1 | AE | 3E | 63 | 0 | 20 | 107 | 63 | 22 |
| Octal | 102 | 1 | 256 | 76 | 143 | 0 | 40 | 407 | 143 | 42 |
| Binary | 1000010 | 1 | 10101110 | 111110 | 1100011 | 0 | 100000 | 100000111 | 1100011 | 100010 |
Color Harmonies of #4201AE
Complementary color
Monochromatic Colors of #4201AE
Black with #4201AE
Text Example
Text Example
White with #4201AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4201AE; }
p { color: rgb(66,1,174); }
H1.HeaderClassName
{
color: #4201AE;
}
.AnyTagClassName
{
color: #4201AE;
}
</style>
background-color css
<style>
a { background-color: #4201AE; }
a { background-color: rgb(66,1,174); }
div.DivClassName
{
background-color: #4201AE;
}
.BgClassName
{
background-color: #4201AE;
}
</style>
border-color css
<style>
span { border-color: #4201AE; }
span { border-color: rgb(66,1,174); }
td.TdClassName
{
border-color: #4201AE;
}
.TagClassName
{
border-color: #4201AE;
}
</style>