Shades of Indigo #4B0866
Tints of Indigo #4B0866
RGB
CMYK
RGB Variations
Color information
#4B0866 (or 0x4B0866) is known color: Indigo. HEX triplet: 4B, 08 and 66. RGB value is (75,8,102). Sum of RGB (Red+Green+Blue) = 75+8+102=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B0866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0866 is #B4F799. Grayscale: #262626. Windows color (decimal): -11859866 or 6686795. OLE color: 6686795.
HSL color Cylindrical-coordinate representation of color #4B0866: hue angle of 282.77º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B0866 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 8 | 102 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.6 |
| HSL | 282.77º | 0.85% | 0.22% | - |
| HSV(B) | 282.77º | 0.92% | 0.4% | - |
| XYZ | 5.39 | 2.63 | 12.79 | - |
| YUV | 38.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 8 | 102 | 0.26 | 0.92 | 0 | 0.6 | 282.77 | 0.85 | 0.22 |
| Hex | 4B | 8 | 66 | 1A | 5C | 0 | 3C | 11B | 55 | 16 |
| Octal | 113 | 10 | 146 | 32 | 134 | 0 | 74 | 433 | 125 | 26 |
| Binary | 1001011 | 1000 | 1100110 | 11010 | 1011100 | 0 | 111100 | 100011011 | 1010101 | 10110 |
Color Harmonies of #4B0866
Complementary color
Monochromatic Colors of #4B0866
Black with #4B0866
Text Example
Text Example
White with #4B0866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0866; }
p { color: rgb(75,8,102); }
H1.HeaderClassName
{
color: #4B0866;
}
.AnyTagClassName
{
color: #4B0866;
}
</style>
background-color css
<style>
a { background-color: #4B0866; }
a { background-color: rgb(75,8,102); }
div.DivClassName
{
background-color: #4B0866;
}
.BgClassName
{
background-color: #4B0866;
}
</style>
border-color css
<style>
span { border-color: #4B0866; }
span { border-color: rgb(75,8,102); }
td.TdClassName
{
border-color: #4B0866;
}
.TagClassName
{
border-color: #4B0866;
}
</style>