Shades of Indigo #4B0982
Tints of Indigo #4B0982
RGB
CMYK
RGB Variations
Color information
#4B0982 (or 0x4B0982) is known color: Indigo. HEX triplet: 4B, 09 and 82. RGB value is (75,9,130). Sum of RGB (Red+Green+Blue) = 75+9+130=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B0982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0982 is #B4F67D. Grayscale: #2A2A2A. Windows color (decimal): -11859582 or 8522059. OLE color: 8522059.
HSL color Cylindrical-coordinate representation of color #4B0982: hue angle of 272.73º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4B0982 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 75 | 9 | 130 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.49 |
| HSL | 272.73º | 0.87% | 0.27% | - |
| HSV(B) | 272.73º | 0.93% | 0.51% | - |
| XYZ | 7.03 | 3.3 | 21.39 | - |
| YUV | 42.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 130 | 0.42 | 0.93 | 0 | 0.49 | 272.73 | 0.87 | 0.27 |
| Hex | 4B | 9 | 82 | 2A | 5D | 0 | 31 | 111 | 57 | 1B |
| Octal | 113 | 11 | 202 | 52 | 135 | 0 | 61 | 421 | 127 | 33 |
| Binary | 1001011 | 1001 | 10000010 | 101010 | 1011101 | 0 | 110001 | 100010001 | 1010111 | 11011 |
Color Harmonies of #4B0982
Complementary color
Monochromatic Colors of #4B0982
Black with #4B0982
Text Example
Text Example
White with #4B0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0982; }
p { color: rgb(75,9,130); }
H1.HeaderClassName
{
color: #4B0982;
}
.AnyTagClassName
{
color: #4B0982;
}
</style>
background-color css
<style>
a { background-color: #4B0982; }
a { background-color: rgb(75,9,130); }
div.DivClassName
{
background-color: #4B0982;
}
.BgClassName
{
background-color: #4B0982;
}
</style>
border-color css
<style>
span { border-color: #4B0982; }
span { border-color: rgb(75,9,130); }
td.TdClassName
{
border-color: #4B0982;
}
.TagClassName
{
border-color: #4B0982;
}
</style>