Shades of Indigo #4B027D
Tints of Indigo #4B027D
RGB
CMYK
RGB Variations
Color information
#4B027D (or 0x4B027D) is known color: Indigo. HEX triplet: 4B, 02 and 7D. RGB value is (75,2,125). Sum of RGB (Red+Green+Blue) = 75+2+125=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B027D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B027D is #B4FD82. Grayscale: #252525. Windows color (decimal): -11861379 or 8192587. OLE color: 8192587.
HSL color Cylindrical-coordinate representation of color #4B027D: hue angle of 275.61º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B027D is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 2 | 125 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.51 |
| HSL | 275.61º | 0.97% | 0.25% | - |
| HSV(B) | 275.61º | 0.98% | 0.49% | - |
| XYZ | 6.63 | 3.02 | 19.64 | - |
| YUV | 37.85 | 177.18 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 125 | 0.40 | 0.98 | 0 | 0.51 | 275.61 | 0.97 | 0.25 |
| Hex | 4B | 2 | 7D | 28 | 62 | 0 | 33 | 114 | 61 | 19 |
| Octal | 113 | 2 | 175 | 50 | 142 | 0 | 63 | 424 | 141 | 31 |
| Binary | 1001011 | 10 | 1111101 | 101000 | 1100010 | 0 | 110011 | 100010100 | 1100001 | 11001 |
Color Harmonies of #4B027D
Complementary color
Monochromatic Colors of #4B027D
Black with #4B027D
Text Example
Text Example
White with #4B027D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B027D; }
p { color: rgb(75,2,125); }
H1.HeaderClassName
{
color: #4B027D;
}
.AnyTagClassName
{
color: #4B027D;
}
</style>
background-color css
<style>
a { background-color: #4B027D; }
a { background-color: rgb(75,2,125); }
div.DivClassName
{
background-color: #4B027D;
}
.BgClassName
{
background-color: #4B027D;
}
</style>
border-color css
<style>
span { border-color: #4B027D; }
span { border-color: rgb(75,2,125); }
td.TdClassName
{
border-color: #4B027D;
}
.TagClassName
{
border-color: #4B027D;
}
</style>