Shades of Indigo #4B025D
Tints of Indigo #4B025D
RGB
CMYK
RGB Variations
Color information
#4B025D (or 0x4B025D) is known color: Indigo. HEX triplet: 4B, 02 and 5D. RGB value is (75,2,93). Sum of RGB (Red+Green+Blue) = 75+2+93=170 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.12% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B025D is #B4FDA2. Grayscale: #212121. Windows color (decimal): -11861411 or 6095435. OLE color: 6095435.
HSL color Cylindrical-coordinate representation of color #4B025D: hue angle of 288.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B025D is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 2 | 93 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.64 |
| HSL | 288.13º | 0.96% | 0.19% | - |
| HSV(B) | 288.13º | 0.98% | 0.36% | - |
| XYZ | 4.9 | 2.33 | 10.55 | - |
| YUV | 34.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 93 | 0.19 | 0.98 | 0 | 0.64 | 288.13 | 0.96 | 0.19 |
| Hex | 4B | 2 | 5D | 13 | 62 | 0 | 40 | 120 | 60 | 13 |
| Octal | 113 | 2 | 135 | 23 | 142 | 0 | 100 | 440 | 140 | 23 |
| Binary | 1001011 | 10 | 1011101 | 10011 | 1100010 | 0 | 1000000 | 100100000 | 1100000 | 10011 |
Color Harmonies of #4B025D
Complementary color
Monochromatic Colors of #4B025D
Black with #4B025D
Text Example
Text Example
White with #4B025D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B025D; }
p { color: rgb(75,2,93); }
H1.HeaderClassName
{
color: #4B025D;
}
.AnyTagClassName
{
color: #4B025D;
}
</style>
background-color css
<style>
a { background-color: #4B025D; }
a { background-color: rgb(75,2,93); }
div.DivClassName
{
background-color: #4B025D;
}
.BgClassName
{
background-color: #4B025D;
}
</style>
border-color css
<style>
span { border-color: #4B025D; }
span { border-color: rgb(75,2,93); }
td.TdClassName
{
border-color: #4B025D;
}
.TagClassName
{
border-color: #4B025D;
}
</style>