Shades of Indigo #4B0061
Tints of Indigo #4B0061
RGB
CMYK
RGB Variations
Color information
#4B0061 (or 0x4B0061) is known color: Indigo. HEX triplet: 4B, 00 and 61. RGB value is (75,0,97). Sum of RGB (Red+Green+Blue) = 75+0+97=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0061 is #B4FF9E. Grayscale: #212121. Windows color (decimal): -11861919 or 6357067. OLE color: 6357067.
HSL color Cylindrical-coordinate representation of color #4B0061: hue angle of 286.39º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0061 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 0 | 97 | - |
| CMYK | 0.23 | 1 | 0 | 0.62 |
| HSL | 286.39º | 1% | 0.19% | - |
| HSV(B) | 286.39º | 1% | 0.38% | - |
| XYZ | 5.06 | 2.36 | 11.5 | - |
| YUV | 33.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 97 | 0.23 | 1 | 0 | 0.62 | 286.39 | 1 | 0.19 |
| Hex | 4B | 0 | 61 | 17 | 64 | 0 | 3E | 11E | 64 | 13 |
| Octal | 113 | 0 | 141 | 27 | 144 | 0 | 76 | 436 | 144 | 23 |
| Binary | 1001011 | 0 | 1100001 | 10111 | 1100100 | 0 | 111110 | 100011110 | 1100100 | 10011 |
Color Harmonies of #4B0061
Complementary color
Monochromatic Colors of #4B0061
Black with #4B0061
Text Example
Text Example
White with #4B0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0061; }
p { color: rgb(75,0,97); }
H1.HeaderClassName
{
color: #4B0061;
}
.AnyTagClassName
{
color: #4B0061;
}
</style>
background-color css
<style>
a { background-color: #4B0061; }
a { background-color: rgb(75,0,97); }
div.DivClassName
{
background-color: #4B0061;
}
.BgClassName
{
background-color: #4B0061;
}
</style>
border-color css
<style>
span { border-color: #4B0061; }
span { border-color: rgb(75,0,97); }
td.TdClassName
{
border-color: #4B0061;
}
.TagClassName
{
border-color: #4B0061;
}
</style>