Shades of Indigo #4B016F
Tints of Indigo #4B016F
RGB
CMYK
RGB Variations
Color information
#4B016F (or 0x4B016F) is known color: Indigo. HEX triplet: 4B, 01 and 6F. RGB value is (75,1,111). Sum of RGB (Red+Green+Blue) = 75+1+111=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #4B016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B016F is #B4FE90. Grayscale: #232323. Windows color (decimal): -11861649 or 7274827. OLE color: 7274827.
HSL color Cylindrical-coordinate representation of color #4B016F: hue angle of 280.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B016F is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 75 | 1 | 111 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.56 |
| HSL | 280.36º | 0.98% | 0.22% | - |
| HSV(B) | 280.36º | 0.99% | 0.44% | - |
| XYZ | 5.78 | 2.67 | 15.25 | - |
| YUV | 35.67 | 170.52 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 111 | 0.32 | 0.99 | 0 | 0.56 | 280.36 | 0.98 | 0.22 |
| Hex | 4B | 1 | 6F | 20 | 63 | 0 | 38 | 118 | 62 | 16 |
| Octal | 113 | 1 | 157 | 40 | 143 | 0 | 70 | 430 | 142 | 26 |
| Binary | 1001011 | 1 | 1101111 | 100000 | 1100011 | 0 | 111000 | 100011000 | 1100010 | 10110 |
Color Harmonies of #4B016F
Complementary color
Monochromatic Colors of #4B016F
Black with #4B016F
Text Example
Text Example
White with #4B016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B016F; }
p { color: rgb(75,1,111); }
H1.HeaderClassName
{
color: #4B016F;
}
.AnyTagClassName
{
color: #4B016F;
}
</style>
background-color css
<style>
a { background-color: #4B016F; }
a { background-color: rgb(75,1,111); }
div.DivClassName
{
background-color: #4B016F;
}
.BgClassName
{
background-color: #4B016F;
}
</style>
border-color css
<style>
span { border-color: #4B016F; }
span { border-color: rgb(75,1,111); }
td.TdClassName
{
border-color: #4B016F;
}
.TagClassName
{
border-color: #4B016F;
}
</style>