Shades of Indigo #4B05AD
Tints of Indigo #4B05AD
RGB
CMYK
RGB Variations
Color information
#4B05AD (or 0x4B05AD) is known color: Indigo. HEX triplet: 4B, 05 and AD. RGB value is (75,5,173). Sum of RGB (Red+Green+Blue) = 75+5+173=253 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.64% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 173 (67.97% from 255 or 68.38% from 253); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B05AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B05AD is #B4FA52. Grayscale: #2C2C2C. Windows color (decimal): -11860563 or 11339083. OLE color: 11339083.
HSL color Cylindrical-coordinate representation of color #4B05AD: hue angle of 265º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B05AD is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 5 | 173 | - |
| CMYK | 0.57 | 0.97 | 0 | 0.32 |
| HSL | 265º | 0.94% | 0.35% | - |
| HSV(B) | 265º | 0.97% | 0.68% | - |
| XYZ | 10.5 | 4.62 | 39.87 | - |
| YUV | 45.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 173 | 0.57 | 0.97 | 0 | 0.32 | 265 | 0.94 | 0.35 |
| Hex | 4B | 5 | AD | 39 | 61 | 0 | 20 | 109 | 5E | 23 |
| Octal | 113 | 5 | 255 | 71 | 141 | 0 | 40 | 411 | 136 | 43 |
| Binary | 1001011 | 101 | 10101101 | 111001 | 1100001 | 0 | 100000 | 100001001 | 1011110 | 100011 |
Color Harmonies of #4B05AD
Complementary color
Monochromatic Colors of #4B05AD
Black with #4B05AD
Text Example
Text Example
White with #4B05AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B05AD; }
p { color: rgb(75,5,173); }
H1.HeaderClassName
{
color: #4B05AD;
}
.AnyTagClassName
{
color: #4B05AD;
}
</style>
background-color css
<style>
a { background-color: #4B05AD; }
a { background-color: rgb(75,5,173); }
div.DivClassName
{
background-color: #4B05AD;
}
.BgClassName
{
background-color: #4B05AD;
}
</style>
border-color css
<style>
span { border-color: #4B05AD; }
span { border-color: rgb(75,5,173); }
td.TdClassName
{
border-color: #4B05AD;
}
.TagClassName
{
border-color: #4B05AD;
}
</style>