Shades of Indigo #4B066B
Tints of Indigo #4B066B
RGB
CMYK
RGB Variations
Color information
#4B066B (or 0x4B066B) is known color: Indigo. HEX triplet: 4B, 06 and 6B. RGB value is (75,6,107). Sum of RGB (Red+Green+Blue) = 75+6+107=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B066B is #B4F994. Grayscale: #252525. Windows color (decimal): -11860373 or 7013963. OLE color: 7013963.
HSL color Cylindrical-coordinate representation of color #4B066B: hue angle of 280.99º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B066B is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 6 | 107 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.58 |
| HSL | 280.99º | 0.89% | 0.22% | - |
| HSV(B) | 280.99º | 0.94% | 0.42% | - |
| XYZ | 5.62 | 2.69 | 14.13 | - |
| YUV | 38.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 107 | 0.30 | 0.94 | 0 | 0.58 | 280.99 | 0.89 | 0.22 |
| Hex | 4B | 6 | 6B | 1E | 5E | 0 | 3A | 119 | 59 | 16 |
| Octal | 113 | 6 | 153 | 36 | 136 | 0 | 72 | 431 | 131 | 26 |
| Binary | 1001011 | 110 | 1101011 | 11110 | 1011110 | 0 | 111010 | 100011001 | 1011001 | 10110 |
Color Harmonies of #4B066B
Complementary color
Monochromatic Colors of #4B066B
Black with #4B066B
Text Example
Text Example
White with #4B066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B066B; }
p { color: rgb(75,6,107); }
H1.HeaderClassName
{
color: #4B066B;
}
.AnyTagClassName
{
color: #4B066B;
}
</style>
background-color css
<style>
a { background-color: #4B066B; }
a { background-color: rgb(75,6,107); }
div.DivClassName
{
background-color: #4B066B;
}
.BgClassName
{
background-color: #4B066B;
}
</style>
border-color css
<style>
span { border-color: #4B066B; }
span { border-color: rgb(75,6,107); }
td.TdClassName
{
border-color: #4B066B;
}
.TagClassName
{
border-color: #4B066B;
}
</style>