Shades of Indigo #4F097E
Tints of Indigo #4F097E
RGB
CMYK
RGB Variations
Color information
#4F097E (or 0x4F097E) is known color: Indigo. HEX triplet: 4F, 09 and 7E. RGB value is (79,9,126). Sum of RGB (Red+Green+Blue) = 79+9+126=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F097E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F097E is #B0F681. Grayscale: #2A2A2A. Windows color (decimal): -11597442 or 8259919. OLE color: 8259919.
HSL color Cylindrical-coordinate representation of color #4F097E: hue angle of 275.9º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F097E is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 9 | 126 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.51 |
| HSL | 275.9º | 0.87% | 0.26% | - |
| HSV(B) | 275.9º | 0.93% | 0.49% | - |
| XYZ | 7.09 | 3.36 | 20.01 | - |
| YUV | 43.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 126 | 0.37 | 0.93 | 0 | 0.51 | 275.9 | 0.87 | 0.26 |
| Hex | 4F | 9 | 7E | 25 | 5D | 0 | 33 | 114 | 57 | 1A |
| Octal | 117 | 11 | 176 | 45 | 135 | 0 | 63 | 424 | 127 | 32 |
| Binary | 1001111 | 1001 | 1111110 | 100101 | 1011101 | 0 | 110011 | 100010100 | 1010111 | 11010 |
Color Harmonies of #4F097E
Complementary color
Monochromatic Colors of #4F097E
Black with #4F097E
Text Example
Text Example
White with #4F097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F097E; }
p { color: rgb(79,9,126); }
H1.HeaderClassName
{
color: #4F097E;
}
.AnyTagClassName
{
color: #4F097E;
}
</style>
background-color css
<style>
a { background-color: #4F097E; }
a { background-color: rgb(79,9,126); }
div.DivClassName
{
background-color: #4F097E;
}
.BgClassName
{
background-color: #4F097E;
}
</style>
border-color css
<style>
span { border-color: #4F097E; }
span { border-color: rgb(79,9,126); }
td.TdClassName
{
border-color: #4F097E;
}
.TagClassName
{
border-color: #4F097E;
}
</style>