Shades of Indigo #4B177D
Tints of Indigo #4B177D
RGB
CMYK
RGB Variations
Color information
#4B177D (or 0x4B177D) is known color: Indigo. HEX triplet: 4B, 17 and 7D. RGB value is (75,23,125). Sum of RGB (Red+Green+Blue) = 75+23+125=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B177D is #B4E882. Grayscale: #313131. Windows color (decimal): -11856003 or 8197963. OLE color: 8197963.
HSL color Cylindrical-coordinate representation of color #4B177D: hue angle of 270.59º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B177D is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 23 | 125 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.51 |
| HSL | 270.59º | 0.69% | 0.29% | - |
| HSV(B) | 270.59º | 0.82% | 0.49% | - |
| XYZ | 6.91 | 3.59 | 19.73 | - |
| YUV | 50.18 | 170.23 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 125 | 0.40 | 0.82 | 0 | 0.51 | 270.59 | 0.69 | 0.29 |
| Hex | 4B | 17 | 7D | 28 | 52 | 0 | 33 | 10F | 45 | 1D |
| Octal | 113 | 27 | 175 | 50 | 122 | 0 | 63 | 417 | 105 | 35 |
| Binary | 1001011 | 10111 | 1111101 | 101000 | 1010010 | 0 | 110011 | 100001111 | 1000101 | 11101 |
Color Harmonies of #4B177D
Complementary color
Monochromatic Colors of #4B177D
Black with #4B177D
Text Example
Text Example
White with #4B177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B177D; }
p { color: rgb(75,23,125); }
H1.HeaderClassName
{
color: #4B177D;
}
.AnyTagClassName
{
color: #4B177D;
}
</style>
background-color css
<style>
a { background-color: #4B177D; }
a { background-color: rgb(75,23,125); }
div.DivClassName
{
background-color: #4B177D;
}
.BgClassName
{
background-color: #4B177D;
}
</style>
border-color css
<style>
span { border-color: #4B177D; }
span { border-color: rgb(75,23,125); }
td.TdClassName
{
border-color: #4B177D;
}
.TagClassName
{
border-color: #4B177D;
}
</style>