Shades of Indigo #4F039C
Tints of Indigo #4F039C
RGB
CMYK
RGB Variations
Color information
#4F039C (or 0x4F039C) is known color: Indigo. HEX triplet: 4F, 03 and 9C. RGB value is (79,3,156). Sum of RGB (Red+Green+Blue) = 79+3+156=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F039C is #B0FC63. Grayscale: #2A2A2A. Windows color (decimal): -11598948 or 10224463. OLE color: 10224463.
HSL color Cylindrical-coordinate representation of color #4F039C: hue angle of 269.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F039C is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 3 | 156 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.39 |
| HSL | 269.8º | 0.96% | 0.31% | - |
| HSV(B) | 269.8º | 0.98% | 0.61% | - |
| XYZ | 9.26 | 4.13 | 31.76 | - |
| YUV | 43.17 | 191.68 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 156 | 0.49 | 0.98 | 0 | 0.39 | 269.8 | 0.96 | 0.31 |
| Hex | 4F | 3 | 9C | 31 | 62 | 0 | 27 | 10E | 60 | 1F |
| Octal | 117 | 3 | 234 | 61 | 142 | 0 | 47 | 416 | 140 | 37 |
| Binary | 1001111 | 11 | 10011100 | 110001 | 1100010 | 0 | 100111 | 100001110 | 1100000 | 11111 |
Color Harmonies of #4F039C
Complementary color
Monochromatic Colors of #4F039C
Black with #4F039C
Text Example
Text Example
White with #4F039C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F039C; }
p { color: rgb(79,3,156); }
H1.HeaderClassName
{
color: #4F039C;
}
.AnyTagClassName
{
color: #4F039C;
}
</style>
background-color css
<style>
a { background-color: #4F039C; }
a { background-color: rgb(79,3,156); }
div.DivClassName
{
background-color: #4F039C;
}
.BgClassName
{
background-color: #4F039C;
}
</style>
border-color css
<style>
span { border-color: #4F039C; }
span { border-color: rgb(79,3,156); }
td.TdClassName
{
border-color: #4F039C;
}
.TagClassName
{
border-color: #4F039C;
}
</style>