Shades of Indigo #4B0668
Tints of Indigo #4B0668
RGB
CMYK
RGB Variations
Color information
#4B0668 (or 0x4B0668) is known color: Indigo. HEX triplet: 4B, 06 and 68. RGB value is (75,6,104). Sum of RGB (Red+Green+Blue) = 75+6+104=185 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.54% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B0668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0668 is #B4F997. Grayscale: #252525. Windows color (decimal): -11860376 or 6817355. OLE color: 6817355.
HSL color Cylindrical-coordinate representation of color #4B0668: hue angle of 282.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4B0668 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 6 | 104 | - |
| CMYK | 0.28 | 0.94 | 0 | 0.59 |
| HSL | 282.24º | 0.89% | 0.22% | - |
| HSV(B) | 282.24º | 0.94% | 0.41% | - |
| XYZ | 5.47 | 2.63 | 13.32 | - |
| YUV | 37.8 | 165.36 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 104 | 0.28 | 0.94 | 0 | 0.59 | 282.24 | 0.89 | 0.22 |
| Hex | 4B | 6 | 68 | 1C | 5E | 0 | 3B | 11A | 59 | 16 |
| Octal | 113 | 6 | 150 | 34 | 136 | 0 | 73 | 432 | 131 | 26 |
| Binary | 1001011 | 110 | 1101000 | 11100 | 1011110 | 0 | 111011 | 100011010 | 1011001 | 10110 |
Color Harmonies of #4B0668
Complementary color
Monochromatic Colors of #4B0668
Black with #4B0668
Text Example
Text Example
White with #4B0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0668; }
p { color: rgb(75,6,104); }
H1.HeaderClassName
{
color: #4B0668;
}
.AnyTagClassName
{
color: #4B0668;
}
</style>
background-color css
<style>
a { background-color: #4B0668; }
a { background-color: rgb(75,6,104); }
div.DivClassName
{
background-color: #4B0668;
}
.BgClassName
{
background-color: #4B0668;
}
</style>
border-color css
<style>
span { border-color: #4B0668; }
span { border-color: rgb(75,6,104); }
td.TdClassName
{
border-color: #4B0668;
}
.TagClassName
{
border-color: #4B0668;
}
</style>