Shades of Indigo #4B068B
Tints of Indigo #4B068B
RGB
CMYK
RGB Variations
Color information
#4B068B (or 0x4B068B) is known color: Indigo. HEX triplet: 4B, 06 and 8B. RGB value is (75,6,139). Sum of RGB (Red+Green+Blue) = 75+6+139=220 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.09% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 139 (54.69% from 255 or 63.18% from 220); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B068B is #B4F974. Grayscale: #292929. Windows color (decimal): -11860341 or 9111115. OLE color: 9111115.
HSL color Cylindrical-coordinate representation of color #4B068B: hue angle of 271.13º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B068B is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 6 | 139 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.45 |
| HSL | 271.13º | 0.92% | 0.28% | - |
| HSV(B) | 271.13º | 0.96% | 0.55% | - |
| XYZ | 7.63 | 3.49 | 24.7 | - |
| YUV | 41.79 | 182.86 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 6 | 139 | 0.46 | 0.96 | 0 | 0.45 | 271.13 | 0.92 | 0.28 |
| Hex | 4B | 6 | 8B | 2E | 60 | 0 | 2D | 10F | 5C | 1C |
| Octal | 113 | 6 | 213 | 56 | 140 | 0 | 55 | 417 | 134 | 34 |
| Binary | 1001011 | 110 | 10001011 | 101110 | 1100000 | 0 | 101101 | 100001111 | 1011100 | 11100 |
Color Harmonies of #4B068B
Complementary color
Monochromatic Colors of #4B068B
Black with #4B068B
Text Example
Text Example
White with #4B068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B068B; }
p { color: rgb(75,6,139); }
H1.HeaderClassName
{
color: #4B068B;
}
.AnyTagClassName
{
color: #4B068B;
}
</style>
background-color css
<style>
a { background-color: #4B068B; }
a { background-color: rgb(75,6,139); }
div.DivClassName
{
background-color: #4B068B;
}
.BgClassName
{
background-color: #4B068B;
}
</style>
border-color css
<style>
span { border-color: #4B068B; }
span { border-color: rgb(75,6,139); }
td.TdClassName
{
border-color: #4B068B;
}
.TagClassName
{
border-color: #4B068B;
}
</style>