Shades of Indigo #4F02B2
Tints of Indigo #4F02B2
RGB
CMYK
RGB Variations
Color information
#4F02B2 (or 0x4F02B2) is known color: Indigo. HEX triplet: 4F, 02 and B2. RGB value is (79,2,178). Sum of RGB (Red+Green+Blue) = 79+2+178=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 178 (69.92% from 255 or 68.73% from 259); Max value from RGB is 178 - color contains mainly: blue. Hex color #4F02B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F02B2 is #B0FD4D. Grayscale: #2C2C2C. Windows color (decimal): -11599182 or 11665999. OLE color: 11665999.
HSL color Cylindrical-coordinate representation of color #4F02B2: hue angle of 266.25º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02B2 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 79 | 2 | 178 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.30 |
| HSL | 266.25º | 0.98% | 0.35% | - |
| HSV(B) | 266.25º | 0.99% | 0.7% | - |
| XYZ | 11.28 | 4.92 | 42.47 | - |
| YUV | 45.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 178 | 0.56 | 0.99 | 0 | 0.30 | 266.25 | 0.98 | 0.35 |
| Hex | 4F | 2 | B2 | 38 | 63 | 0 | 1E | 10A | 62 | 23 |
| Octal | 117 | 2 | 262 | 70 | 143 | 0 | 36 | 412 | 142 | 43 |
| Binary | 1001111 | 10 | 10110010 | 111000 | 1100011 | 0 | 11110 | 100001010 | 1100010 | 100011 |
Color Harmonies of #4F02B2
Complementary color
Monochromatic Colors of #4F02B2
Black with #4F02B2
Text Example
Text Example
White with #4F02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F02B2; }
p { color: rgb(79,2,178); }
H1.HeaderClassName
{
color: #4F02B2;
}
.AnyTagClassName
{
color: #4F02B2;
}
</style>
background-color css
<style>
a { background-color: #4F02B2; }
a { background-color: rgb(79,2,178); }
div.DivClassName
{
background-color: #4F02B2;
}
.BgClassName
{
background-color: #4F02B2;
}
</style>
border-color css
<style>
span { border-color: #4F02B2; }
span { border-color: rgb(79,2,178); }
td.TdClassName
{
border-color: #4F02B2;
}
.TagClassName
{
border-color: #4F02B2;
}
</style>