Shades of Indigo #4B1068
Tints of Indigo #4B1068
RGB
CMYK
RGB Variations
Color information
#4B1068 (or 0x4B1068) is known color: Indigo. HEX triplet: 4B, 10 and 68. RGB value is (75,16,104). Sum of RGB (Red+Green+Blue) = 75+16+104=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B1068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1068 is #B4EF97. Grayscale: #2B2B2B. Windows color (decimal): -11857816 or 6819915. OLE color: 6819915.
HSL color Cylindrical-coordinate representation of color #4B1068: hue angle of 280.23º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B1068 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 16 | 104 | - |
| CMYK | 0.28 | 0.85 | 0 | 0.59 |
| HSL | 280.23º | 0.73% | 0.24% | - |
| HSV(B) | 280.23º | 0.85% | 0.41% | - |
| XYZ | 5.59 | 2.87 | 13.36 | - |
| YUV | 43.67 | 162.05 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 104 | 0.28 | 0.85 | 0 | 0.59 | 280.23 | 0.73 | 0.24 |
| Hex | 4B | 10 | 68 | 1C | 55 | 0 | 3B | 118 | 49 | 18 |
| Octal | 113 | 20 | 150 | 34 | 125 | 0 | 73 | 430 | 111 | 30 |
| Binary | 1001011 | 10000 | 1101000 | 11100 | 1010101 | 0 | 111011 | 100011000 | 1001001 | 11000 |
Color Harmonies of #4B1068
Complementary color
Monochromatic Colors of #4B1068
Black with #4B1068
Text Example
Text Example
White with #4B1068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1068; }
p { color: rgb(75,16,104); }
H1.HeaderClassName
{
color: #4B1068;
}
.AnyTagClassName
{
color: #4B1068;
}
</style>
background-color css
<style>
a { background-color: #4B1068; }
a { background-color: rgb(75,16,104); }
div.DivClassName
{
background-color: #4B1068;
}
.BgClassName
{
background-color: #4B1068;
}
</style>
border-color css
<style>
span { border-color: #4B1068; }
span { border-color: rgb(75,16,104); }
td.TdClassName
{
border-color: #4B1068;
}
.TagClassName
{
border-color: #4B1068;
}
</style>