Shades of Indigo #4B07AD
Tints of Indigo #4B07AD
RGB
CMYK
RGB Variations
Color information
#4B07AD (or 0x4B07AD) is known color: Indigo. HEX triplet: 4B, 07 and AD. RGB value is (75,7,173). Sum of RGB (Red+Green+Blue) = 75+7+173=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #4B07AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B07AD is #B4F852. Grayscale: #2D2D2D. Windows color (decimal): -11860051 or 11339595. OLE color: 11339595.
HSL color Cylindrical-coordinate representation of color #4B07AD: hue angle of 264.58º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B07AD is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 75 | 7 | 173 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.32 |
| HSL | 264.58º | 0.92% | 0.35% | - |
| HSV(B) | 264.58º | 0.96% | 0.68% | - |
| XYZ | 10.52 | 4.66 | 39.88 | - |
| YUV | 46.26 | 199.53 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 7 | 173 | 0.57 | 0.96 | 0 | 0.32 | 264.58 | 0.92 | 0.35 |
| Hex | 4B | 7 | AD | 39 | 60 | 0 | 20 | 109 | 5C | 23 |
| Octal | 113 | 7 | 255 | 71 | 140 | 0 | 40 | 411 | 134 | 43 |
| Binary | 1001011 | 111 | 10101101 | 111001 | 1100000 | 0 | 100000 | 100001001 | 1011100 | 100011 |
Color Harmonies of #4B07AD
Complementary color
Monochromatic Colors of #4B07AD
Black with #4B07AD
Text Example
Text Example
White with #4B07AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B07AD; }
p { color: rgb(75,7,173); }
H1.HeaderClassName
{
color: #4B07AD;
}
.AnyTagClassName
{
color: #4B07AD;
}
</style>
background-color css
<style>
a { background-color: #4B07AD; }
a { background-color: rgb(75,7,173); }
div.DivClassName
{
background-color: #4B07AD;
}
.BgClassName
{
background-color: #4B07AD;
}
</style>
border-color css
<style>
span { border-color: #4B07AD; }
span { border-color: rgb(75,7,173); }
td.TdClassName
{
border-color: #4B07AD;
}
.TagClassName
{
border-color: #4B07AD;
}
</style>