Shades of Indigo #4B0168
Tints of Indigo #4B0168
RGB
CMYK
RGB Variations
Color information
#4B0168 (or 0x4B0168) is known color: Indigo. HEX triplet: 4B, 01 and 68. RGB value is (75,1,104). Sum of RGB (Red+Green+Blue) = 75+1+104=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #4B0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B0168 is #B4FE97. Grayscale: #222222. Windows color (decimal): -11861656 or 6816075. OLE color: 6816075.
HSL color Cylindrical-coordinate representation of color #4B0168: hue angle of 283.11º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0168 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 1 | 104 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.59 |
| HSL | 283.11º | 0.98% | 0.21% | - |
| HSV(B) | 283.11º | 0.99% | 0.41% | - |
| XYZ | 5.41 | 2.52 | 13.3 | - |
| YUV | 34.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 104 | 0.28 | 0.99 | 0 | 0.59 | 283.11 | 0.98 | 0.21 |
| Hex | 4B | 1 | 68 | 1C | 63 | 0 | 3B | 11B | 62 | 15 |
| Octal | 113 | 1 | 150 | 34 | 143 | 0 | 73 | 433 | 142 | 25 |
| Binary | 1001011 | 1 | 1101000 | 11100 | 1100011 | 0 | 111011 | 100011011 | 1100010 | 10101 |
Color Harmonies of #4B0168
Complementary color
Monochromatic Colors of #4B0168
Black with #4B0168
Text Example
Text Example
White with #4B0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0168; }
p { color: rgb(75,1,104); }
H1.HeaderClassName
{
color: #4B0168;
}
.AnyTagClassName
{
color: #4B0168;
}
</style>
background-color css
<style>
a { background-color: #4B0168; }
a { background-color: rgb(75,1,104); }
div.DivClassName
{
background-color: #4B0168;
}
.BgClassName
{
background-color: #4B0168;
}
</style>
border-color css
<style>
span { border-color: #4B0168; }
span { border-color: rgb(75,1,104); }
td.TdClassName
{
border-color: #4B0168;
}
.TagClassName
{
border-color: #4B0168;
}
</style>