Shades of Indigo #4C0265
Tints of Indigo #4C0265
RGB
CMYK
RGB Variations
Color information
#4C0265 (or 0x4C0265) is known color: Indigo. HEX triplet: 4C, 02 and 65. RGB value is (76,2,101). Sum of RGB (Red+Green+Blue) = 76+2+101=179 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.46% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C0265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0265 is #B3FD9A. Grayscale: #232323. Windows color (decimal): -11795867 or 6619724. OLE color: 6619724.
HSL color Cylindrical-coordinate representation of color #4C0265: hue angle of 284.85º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C0265 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 2 | 101 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.60 |
| HSL | 284.85º | 0.96% | 0.2% | - |
| HSV(B) | 284.85º | 0.98% | 0.4% | - |
| XYZ | 5.35 | 2.52 | 12.52 | - |
| YUV | 35.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 101 | 0.25 | 0.98 | 0 | 0.60 | 284.85 | 0.96 | 0.2 |
| Hex | 4C | 2 | 65 | 19 | 62 | 0 | 3C | 11D | 60 | 14 |
| Octal | 114 | 2 | 145 | 31 | 142 | 0 | 74 | 435 | 140 | 24 |
| Binary | 1001100 | 10 | 1100101 | 11001 | 1100010 | 0 | 111100 | 100011101 | 1100000 | 10100 |
Color Harmonies of #4C0265
Complementary color
Monochromatic Colors of #4C0265
Black with #4C0265
Text Example
Text Example
White with #4C0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0265; }
p { color: rgb(76,2,101); }
H1.HeaderClassName
{
color: #4C0265;
}
.AnyTagClassName
{
color: #4C0265;
}
</style>
background-color css
<style>
a { background-color: #4C0265; }
a { background-color: rgb(76,2,101); }
div.DivClassName
{
background-color: #4C0265;
}
.BgClassName
{
background-color: #4C0265;
}
</style>
border-color css
<style>
span { border-color: #4C0265; }
span { border-color: rgb(76,2,101); }
td.TdClassName
{
border-color: #4C0265;
}
.TagClassName
{
border-color: #4C0265;
}
</style>