Shades of Indigo #4C1283
Tints of Indigo #4C1283
RGB
CMYK
RGB Variations
Color information
#4C1283 (or 0x4C1283) is known color: Indigo. HEX triplet: 4C, 12 and 83. RGB value is (76,18,131). Sum of RGB (Red+Green+Blue) = 76+18+131=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #4C1283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1283 is #B3ED7C. Grayscale: #2F2F2F. Windows color (decimal): -11791741 or 8589900. OLE color: 8589900.
HSL color Cylindrical-coordinate representation of color #4C1283: hue angle of 270.8º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C1283 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 76 | 18 | 131 | - |
| CMYK | 0.42 | 0.86 | 0 | 0.49 |
| HSL | 270.8º | 0.76% | 0.29% | - |
| HSV(B) | 270.8º | 0.86% | 0.51% | - |
| XYZ | 7.29 | 3.61 | 21.78 | - |
| YUV | 48.22 | 174.72 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 131 | 0.42 | 0.86 | 0 | 0.49 | 270.8 | 0.76 | 0.29 |
| Hex | 4C | 12 | 83 | 2A | 56 | 0 | 31 | 10F | 4C | 1D |
| Octal | 114 | 22 | 203 | 52 | 126 | 0 | 61 | 417 | 114 | 35 |
| Binary | 1001100 | 10010 | 10000011 | 101010 | 1010110 | 0 | 110001 | 100001111 | 1001100 | 11101 |
Color Harmonies of #4C1283
Complementary color
Monochromatic Colors of #4C1283
Black with #4C1283
Text Example
Text Example
White with #4C1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1283; }
p { color: rgb(76,18,131); }
H1.HeaderClassName
{
color: #4C1283;
}
.AnyTagClassName
{
color: #4C1283;
}
</style>
background-color css
<style>
a { background-color: #4C1283; }
a { background-color: rgb(76,18,131); }
div.DivClassName
{
background-color: #4C1283;
}
.BgClassName
{
background-color: #4C1283;
}
</style>
border-color css
<style>
span { border-color: #4C1283; }
span { border-color: rgb(76,18,131); }
td.TdClassName
{
border-color: #4C1283;
}
.TagClassName
{
border-color: #4C1283;
}
</style>