Shades of Indigo #4B006C
Tints of Indigo #4B006C
RGB
CMYK
RGB Variations
Color information
#4B006C (or 0x4B006C) is known color: Indigo. HEX triplet: 4B, 00 and 6C. RGB value is (75,0,108). Sum of RGB (Red+Green+Blue) = 75+0+108=183 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.98% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #4B006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B006C is #B4FF93. Grayscale: #222222. Windows color (decimal): -11861908 or 7077963. OLE color: 7077963.
HSL color Cylindrical-coordinate representation of color #4B006C: hue angle of 281.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B006C is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 75 | 0 | 108 | - |
| CMYK | 0.31 | 1 | 0 | 0.58 |
| HSL | 281.67º | 1% | 0.21% | - |
| HSV(B) | 281.67º | 1% | 0.42% | - |
| XYZ | 5.61 | 2.58 | 14.39 | - |
| YUV | 34.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 108 | 0.31 | 1 | 0 | 0.58 | 281.67 | 1 | 0.21 |
| Hex | 4B | 0 | 6C | 1F | 64 | 0 | 3A | 11A | 64 | 15 |
| Octal | 113 | 0 | 154 | 37 | 144 | 0 | 72 | 432 | 144 | 25 |
| Binary | 1001011 | 0 | 1101100 | 11111 | 1100100 | 0 | 111010 | 100011010 | 1100100 | 10101 |
Color Harmonies of #4B006C
Complementary color
Monochromatic Colors of #4B006C
Black with #4B006C
Text Example
Text Example
White with #4B006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B006C; }
p { color: rgb(75,0,108); }
H1.HeaderClassName
{
color: #4B006C;
}
.AnyTagClassName
{
color: #4B006C;
}
</style>
background-color css
<style>
a { background-color: #4B006C; }
a { background-color: rgb(75,0,108); }
div.DivClassName
{
background-color: #4B006C;
}
.BgClassName
{
background-color: #4B006C;
}
</style>
border-color css
<style>
span { border-color: #4B006C; }
span { border-color: rgb(75,0,108); }
td.TdClassName
{
border-color: #4B006C;
}
.TagClassName
{
border-color: #4B006C;
}
</style>