Shades of Indigo #4B017D
Tints of Indigo #4B017D
RGB
CMYK
RGB Variations
Color information
#4B017D (or 0x4B017D) is known color: Indigo. HEX triplet: 4B, 01 and 7D. RGB value is (75,1,125). Sum of RGB (Red+Green+Blue) = 75+1+125=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B017D is #B4FE82. Grayscale: #242424. Windows color (decimal): -11861635 or 8192331. OLE color: 8192331.
HSL color Cylindrical-coordinate representation of color #4B017D: hue angle of 275.81º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B017D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 1 | 125 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.51 |
| HSL | 275.81º | 0.98% | 0.25% | - |
| HSV(B) | 275.81º | 0.99% | 0.49% | - |
| XYZ | 6.61 | 3 | 19.63 | - |
| YUV | 37.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 125 | 0.40 | 0.99 | 0 | 0.51 | 275.81 | 0.98 | 0.25 |
| Hex | 4B | 1 | 7D | 28 | 63 | 0 | 33 | 114 | 62 | 19 |
| Octal | 113 | 1 | 175 | 50 | 143 | 0 | 63 | 424 | 142 | 31 |
| Binary | 1001011 | 1 | 1111101 | 101000 | 1100011 | 0 | 110011 | 100010100 | 1100010 | 11001 |
Color Harmonies of #4B017D
Complementary color
Monochromatic Colors of #4B017D
Black with #4B017D
Text Example
Text Example
White with #4B017D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B017D; }
p { color: rgb(75,1,125); }
H1.HeaderClassName
{
color: #4B017D;
}
.AnyTagClassName
{
color: #4B017D;
}
</style>
background-color css
<style>
a { background-color: #4B017D; }
a { background-color: rgb(75,1,125); }
div.DivClassName
{
background-color: #4B017D;
}
.BgClassName
{
background-color: #4B017D;
}
</style>
border-color css
<style>
span { border-color: #4B017D; }
span { border-color: rgb(75,1,125); }
td.TdClassName
{
border-color: #4B017D;
}
.TagClassName
{
border-color: #4B017D;
}
</style>