Shades of Indigo #4D02AF
Tints of Indigo #4D02AF
RGB
CMYK
RGB Variations
Color information
#4D02AF (or 0x4D02AF) is known color: Indigo. HEX triplet: 4D, 02 and AF. RGB value is (77,2,175). Sum of RGB (Red+Green+Blue) = 77+2+175=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 175 (68.75% from 255 or 68.90% from 254); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D02AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D02AF is #B2FD50. Grayscale: #2B2B2B. Windows color (decimal): -11730257 or 11469389. OLE color: 11469389.
HSL color Cylindrical-coordinate representation of color #4D02AF: hue angle of 266.01º 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 #4D02AF is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 2 | 175 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.31 |
| HSL | 266.01º | 0.98% | 0.35% | - |
| HSV(B) | 266.01º | 0.99% | 0.69% | - |
| XYZ | 10.82 | 4.72 | 40.9 | - |
| YUV | 44.15 | 201.85 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 175 | 0.56 | 0.99 | 0 | 0.31 | 266.01 | 0.98 | 0.35 |
| Hex | 4D | 2 | AF | 38 | 63 | 0 | 1F | 10A | 62 | 23 |
| Octal | 115 | 2 | 257 | 70 | 143 | 0 | 37 | 412 | 142 | 43 |
| Binary | 1001101 | 10 | 10101111 | 111000 | 1100011 | 0 | 11111 | 100001010 | 1100010 | 100011 |
Color Harmonies of #4D02AF
Complementary color
Monochromatic Colors of #4D02AF
Black with #4D02AF
Text Example
Text Example
White with #4D02AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D02AF; }
p { color: rgb(77,2,175); }
H1.HeaderClassName
{
color: #4D02AF;
}
.AnyTagClassName
{
color: #4D02AF;
}
</style>
background-color css
<style>
a { background-color: #4D02AF; }
a { background-color: rgb(77,2,175); }
div.DivClassName
{
background-color: #4D02AF;
}
.BgClassName
{
background-color: #4D02AF;
}
</style>
border-color css
<style>
span { border-color: #4D02AF; }
span { border-color: rgb(77,2,175); }
td.TdClassName
{
border-color: #4D02AF;
}
.TagClassName
{
border-color: #4D02AF;
}
</style>