Shades of Indigo #4B0062
Tints of Indigo #4B0062
RGB
CMYK
RGB Variations
Color information
#4B0062 (or 0x4B0062) is known color: Indigo. HEX triplet: 4B, 00 and 62. RGB value is (75,0,98). Sum of RGB (Red+Green+Blue) = 75+0+98=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #4B0062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0062 is #B4FF9D. Grayscale: #212121. Windows color (decimal): -11861918 or 6422603. OLE color: 6422603.
HSL color Cylindrical-coordinate representation of color #4B0062: hue angle of 285.92º 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 #4B0062 is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 0 | 98 | - |
| CMYK | 0.23 | 1 | 0 | 0.62 |
| HSL | 285.92º | 1% | 0.19% | - |
| HSV(B) | 285.92º | 1% | 0.38% | - |
| XYZ | 5.11 | 2.38 | 11.75 | - |
| YUV | 33.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 98 | 0.23 | 1 | 0 | 0.62 | 285.92 | 1 | 0.19 |
| Hex | 4B | 0 | 62 | 17 | 64 | 0 | 3E | 11E | 64 | 13 |
| Octal | 113 | 0 | 142 | 27 | 144 | 0 | 76 | 436 | 144 | 23 |
| Binary | 1001011 | 0 | 1100010 | 10111 | 1100100 | 0 | 111110 | 100011110 | 1100100 | 10011 |
Color Harmonies of #4B0062
Complementary color
Monochromatic Colors of #4B0062
Black with #4B0062
Text Example
Text Example
White with #4B0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0062; }
p { color: rgb(75,0,98); }
H1.HeaderClassName
{
color: #4B0062;
}
.AnyTagClassName
{
color: #4B0062;
}
</style>
background-color css
<style>
a { background-color: #4B0062; }
a { background-color: rgb(75,0,98); }
div.DivClassName
{
background-color: #4B0062;
}
.BgClassName
{
background-color: #4B0062;
}
</style>
border-color css
<style>
span { border-color: #4B0062; }
span { border-color: rgb(75,0,98); }
td.TdClassName
{
border-color: #4B0062;
}
.TagClassName
{
border-color: #4B0062;
}
</style>