Shades of Indigo #4B0266
Tints of Indigo #4B0266
RGB
CMYK
RGB Variations
Color information
#4B0266 (or 0x4B0266) is known color: Indigo. HEX triplet: 4B, 02 and 66. RGB value is (75,2,102). Sum of RGB (Red+Green+Blue) = 75+2+102=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B0266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0266 is #B4FD99. Grayscale: #222222. Windows color (decimal): -11861402 or 6685259. OLE color: 6685259.
HSL color Cylindrical-coordinate representation of color #4B0266: hue angle of 283.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4B0266 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 75 | 2 | 102 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.6 |
| HSL | 283.8º | 0.96% | 0.2% | - |
| HSV(B) | 283.8º | 0.98% | 0.4% | - |
| XYZ | 5.32 | 2.5 | 12.77 | - |
| YUV | 35.23 | 165.68 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 102 | 0.26 | 0.98 | 0 | 0.6 | 283.8 | 0.96 | 0.2 |
| Hex | 4B | 2 | 66 | 1A | 62 | 0 | 3C | 11C | 60 | 14 |
| Octal | 113 | 2 | 146 | 32 | 142 | 0 | 74 | 434 | 140 | 24 |
| Binary | 1001011 | 10 | 1100110 | 11010 | 1100010 | 0 | 111100 | 100011100 | 1100000 | 10100 |
Color Harmonies of #4B0266
Complementary color
Monochromatic Colors of #4B0266
Black with #4B0266
Text Example
Text Example
White with #4B0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0266; }
p { color: rgb(75,2,102); }
H1.HeaderClassName
{
color: #4B0266;
}
.AnyTagClassName
{
color: #4B0266;
}
</style>
background-color css
<style>
a { background-color: #4B0266; }
a { background-color: rgb(75,2,102); }
div.DivClassName
{
background-color: #4B0266;
}
.BgClassName
{
background-color: #4B0266;
}
</style>
border-color css
<style>
span { border-color: #4B0266; }
span { border-color: rgb(75,2,102); }
td.TdClassName
{
border-color: #4B0266;
}
.TagClassName
{
border-color: #4B0266;
}
</style>