Shades of Indigo #4200AF
Tints of Indigo #4200AF
RGB
CMYK
RGB Variations
Color information
#4200AF (or 0x4200AF) is known color: Indigo. HEX triplet: 42, 00 and AF. RGB value is (66,0,175). Sum of RGB (Red+Green+Blue) = 66+0+175=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 175 (68.75% from 255 or 72.61% from 241); Max value from RGB is 175 - color contains mainly: blue. Hex color #4200AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4200AF is #BDFF50. Grayscale: #272727. Windows color (decimal): -12451665 or 11468866. OLE color: 11468866.
HSL color Cylindrical-coordinate representation of color #4200AF: hue angle of 262.63º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4200AF is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 0 | 175 | - |
| CMYK | 0.62 | 1 | 0 | 0.31 |
| HSL | 262.63º | 1% | 0.34% | - |
| HSV(B) | 262.63º | 1% | 0.69% | - |
| XYZ | 9.98 | 4.25 | 40.85 | - |
| YUV | 39.68 | 204.37 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 175 | 0.62 | 1 | 0 | 0.31 | 262.63 | 1 | 0.34 |
| Hex | 42 | 0 | AF | 3E | 64 | 0 | 1F | 107 | 64 | 22 |
| Octal | 102 | 0 | 257 | 76 | 144 | 0 | 37 | 407 | 144 | 42 |
| Binary | 1000010 | 0 | 10101111 | 111110 | 1100100 | 0 | 11111 | 100000111 | 1100100 | 100010 |
Color Harmonies of #4200AF
Complementary color
Monochromatic Colors of #4200AF
Black with #4200AF
Text Example
Text Example
White with #4200AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4200AF; }
p { color: rgb(66,0,175); }
H1.HeaderClassName
{
color: #4200AF;
}
.AnyTagClassName
{
color: #4200AF;
}
</style>
background-color css
<style>
a { background-color: #4200AF; }
a { background-color: rgb(66,0,175); }
div.DivClassName
{
background-color: #4200AF;
}
.BgClassName
{
background-color: #4200AF;
}
</style>
border-color css
<style>
span { border-color: #4200AF; }
span { border-color: rgb(66,0,175); }
td.TdClassName
{
border-color: #4200AF;
}
.TagClassName
{
border-color: #4200AF;
}
</style>