Shades of Indigo #4B1679
Tints of Indigo #4B1679
RGB
CMYK
RGB Variations
Color information
#4B1679 (or 0x4B1679) is known color: Indigo. HEX triplet: 4B, 16 and 79. RGB value is (75,22,121). Sum of RGB (Red+Green+Blue) = 75+22+121=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #4B1679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1679 is #B4E986. Grayscale: #303030. Windows color (decimal): -11856263 or 7935563. OLE color: 7935563.
HSL color Cylindrical-coordinate representation of color #4B1679: hue angle of 272.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B1679 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 75 | 22 | 121 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.53 |
| HSL | 272.12º | 0.69% | 0.28% | - |
| HSV(B) | 272.12º | 0.82% | 0.47% | - |
| XYZ | 6.64 | 3.45 | 18.41 | - |
| YUV | 49.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 22 | 121 | 0.38 | 0.82 | 0 | 0.53 | 272.12 | 0.69 | 0.28 |
| Hex | 4B | 16 | 79 | 26 | 52 | 0 | 35 | 110 | 45 | 1C |
| Octal | 113 | 26 | 171 | 46 | 122 | 0 | 65 | 420 | 105 | 34 |
| Binary | 1001011 | 10110 | 1111001 | 100110 | 1010010 | 0 | 110101 | 100010000 | 1000101 | 11100 |
Color Harmonies of #4B1679
Complementary color
Monochromatic Colors of #4B1679
Black with #4B1679
Text Example
Text Example
White with #4B1679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1679; }
p { color: rgb(75,22,121); }
H1.HeaderClassName
{
color: #4B1679;
}
.AnyTagClassName
{
color: #4B1679;
}
</style>
background-color css
<style>
a { background-color: #4B1679; }
a { background-color: rgb(75,22,121); }
div.DivClassName
{
background-color: #4B1679;
}
.BgClassName
{
background-color: #4B1679;
}
</style>
border-color css
<style>
span { border-color: #4B1679; }
span { border-color: rgb(75,22,121); }
td.TdClassName
{
border-color: #4B1679;
}
.TagClassName
{
border-color: #4B1679;
}
</style>