Shades of Indigo #4F039B
Tints of Indigo #4F039B
RGB
CMYK
RGB Variations
Color information
#4F039B (or 0x4F039B) is known color: Indigo. HEX triplet: 4F, 03 and 9B. RGB value is (79,3,155). Sum of RGB (Red+Green+Blue) = 79+3+155=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F039B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F039B is #B0FC64. Grayscale: #2A2A2A. Windows color (decimal): -11598949 or 10158927. OLE color: 10158927.
HSL color Cylindrical-coordinate representation of color #4F039B: hue angle of 270º 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 #4F039B is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 3 | 155 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.39 |
| HSL | 270º | 0.96% | 0.31% | - |
| HSV(B) | 270º | 0.98% | 0.61% | - |
| XYZ | 9.17 | 4.09 | 31.32 | - |
| YUV | 43.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 155 | 0.49 | 0.98 | 0 | 0.39 | 270 | 0.96 | 0.31 |
| Hex | 4F | 3 | 9B | 31 | 62 | 0 | 27 | 10E | 60 | 1F |
| Octal | 117 | 3 | 233 | 61 | 142 | 0 | 47 | 416 | 140 | 37 |
| Binary | 1001111 | 11 | 10011011 | 110001 | 1100010 | 0 | 100111 | 100001110 | 1100000 | 11111 |
Color Harmonies of #4F039B
Complementary color
Monochromatic Colors of #4F039B
Black with #4F039B
Text Example
Text Example
White with #4F039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F039B; }
p { color: rgb(79,3,155); }
H1.HeaderClassName
{
color: #4F039B;
}
.AnyTagClassName
{
color: #4F039B;
}
</style>
background-color css
<style>
a { background-color: #4F039B; }
a { background-color: rgb(79,3,155); }
div.DivClassName
{
background-color: #4F039B;
}
.BgClassName
{
background-color: #4F039B;
}
</style>
border-color css
<style>
span { border-color: #4F039B; }
span { border-color: rgb(79,3,155); }
td.TdClassName
{
border-color: #4F039B;
}
.TagClassName
{
border-color: #4F039B;
}
</style>