Shades of Indigo #4B0968
Tints of Indigo #4B0968
RGB
CMYK
RGB Variations
Color information
#4B0968 (or 0x4B0968) is known color: Indigo. HEX triplet: 4B, 09 and 68. RGB value is (75,9,104). Sum of RGB (Red+Green+Blue) = 75+9+104=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B0968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0968 is #B4F697. Grayscale: #272727. Windows color (decimal): -11859608 or 6818123. OLE color: 6818123.
HSL color Cylindrical-coordinate representation of color #4B0968: hue angle of 281.68º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4B0968 is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 9 | 104 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.59 |
| HSL | 281.68º | 0.84% | 0.22% | - |
| HSV(B) | 281.68º | 0.91% | 0.41% | - |
| XYZ | 5.5 | 2.69 | 13.33 | - |
| YUV | 39.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 104 | 0.28 | 0.91 | 0 | 0.59 | 281.68 | 0.84 | 0.22 |
| Hex | 4B | 9 | 68 | 1C | 5B | 0 | 3B | 11A | 54 | 16 |
| Octal | 113 | 11 | 150 | 34 | 133 | 0 | 73 | 432 | 124 | 26 |
| Binary | 1001011 | 1001 | 1101000 | 11100 | 1011011 | 0 | 111011 | 100011010 | 1010100 | 10110 |
Color Harmonies of #4B0968
Complementary color
Monochromatic Colors of #4B0968
Black with #4B0968
Text Example
Text Example
White with #4B0968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0968; }
p { color: rgb(75,9,104); }
H1.HeaderClassName
{
color: #4B0968;
}
.AnyTagClassName
{
color: #4B0968;
}
</style>
background-color css
<style>
a { background-color: #4B0968; }
a { background-color: rgb(75,9,104); }
div.DivClassName
{
background-color: #4B0968;
}
.BgClassName
{
background-color: #4B0968;
}
</style>
border-color css
<style>
span { border-color: #4B0968; }
span { border-color: rgb(75,9,104); }
td.TdClassName
{
border-color: #4B0968;
}
.TagClassName
{
border-color: #4B0968;
}
</style>