Shades of Indigo #4D05AF
Tints of Indigo #4D05AF
RGB
CMYK
RGB Variations
Color information
#4D05AF (or 0x4D05AF) is known color: Indigo. HEX triplet: 4D, 05 and AF. RGB value is (77,5,175). Sum of RGB (Red+Green+Blue) = 77+5+175=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D05AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D05AF is #B2FA50. Grayscale: #2D2D2D. Windows color (decimal): -11729489 or 11470157. OLE color: 11470157.
HSL color Cylindrical-coordinate representation of color #4D05AF: hue angle of 265.41º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D05AF is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 5 | 175 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.31 |
| HSL | 265.41º | 0.94% | 0.35% | - |
| HSV(B) | 265.41º | 0.97% | 0.69% | - |
| XYZ | 10.85 | 4.78 | 40.91 | - |
| YUV | 45.91 | 200.85 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 175 | 0.56 | 0.97 | 0 | 0.31 | 265.41 | 0.94 | 0.35 |
| Hex | 4D | 5 | AF | 38 | 61 | 0 | 1F | 109 | 5E | 23 |
| Octal | 115 | 5 | 257 | 70 | 141 | 0 | 37 | 411 | 136 | 43 |
| Binary | 1001101 | 101 | 10101111 | 111000 | 1100001 | 0 | 11111 | 100001001 | 1011110 | 100011 |
Color Harmonies of #4D05AF
Complementary color
Monochromatic Colors of #4D05AF
Black with #4D05AF
Text Example
Text Example
White with #4D05AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D05AF; }
p { color: rgb(77,5,175); }
H1.HeaderClassName
{
color: #4D05AF;
}
.AnyTagClassName
{
color: #4D05AF;
}
</style>
background-color css
<style>
a { background-color: #4D05AF; }
a { background-color: rgb(77,5,175); }
div.DivClassName
{
background-color: #4D05AF;
}
.BgClassName
{
background-color: #4D05AF;
}
</style>
border-color css
<style>
span { border-color: #4D05AF; }
span { border-color: rgb(77,5,175); }
td.TdClassName
{
border-color: #4D05AF;
}
.TagClassName
{
border-color: #4D05AF;
}
</style>