Shades of Indigo #4F0BA4
Tints of Indigo #4F0BA4
RGB
CMYK
RGB Variations
Color information
#4F0BA4 (or 0x4F0BA4) is known color: Indigo. HEX triplet: 4F, 0B and A4. RGB value is (79,11,164). Sum of RGB (Red+Green+Blue) = 79+11+164=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #4F0BA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0BA4 is #B0F45B. Grayscale: #303030. Windows color (decimal): -11596892 or 10750799. OLE color: 10750799.
HSL color Cylindrical-coordinate representation of color #4F0BA4: hue angle of 266.67º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0BA4 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 79 | 11 | 164 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.36 |
| HSL | 266.67º | 0.87% | 0.34% | - |
| HSV(B) | 266.67º | 0.93% | 0.64% | - |
| XYZ | 10.04 | 4.58 | 35.48 | - |
| YUV | 48.77 | 193.03 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 11 | 164 | 0.52 | 0.93 | 0 | 0.36 | 266.67 | 0.87 | 0.34 |
| Hex | 4F | B | A4 | 34 | 5D | 0 | 24 | 10B | 57 | 22 |
| Octal | 117 | 13 | 244 | 64 | 135 | 0 | 44 | 413 | 127 | 42 |
| Binary | 1001111 | 1011 | 10100100 | 110100 | 1011101 | 0 | 100100 | 100001011 | 1010111 | 100010 |
Color Harmonies of #4F0BA4
Complementary color
Monochromatic Colors of #4F0BA4
Black with #4F0BA4
Text Example
Text Example
White with #4F0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0BA4; }
p { color: rgb(79,11,164); }
H1.HeaderClassName
{
color: #4F0BA4;
}
.AnyTagClassName
{
color: #4F0BA4;
}
</style>
background-color css
<style>
a { background-color: #4F0BA4; }
a { background-color: rgb(79,11,164); }
div.DivClassName
{
background-color: #4F0BA4;
}
.BgClassName
{
background-color: #4F0BA4;
}
</style>
border-color css
<style>
span { border-color: #4F0BA4; }
span { border-color: rgb(79,11,164); }
td.TdClassName
{
border-color: #4F0BA4;
}
.TagClassName
{
border-color: #4F0BA4;
}
</style>