Shades of Indigo #3F048F
Tints of Indigo #3F048F
RGB
CMYK
RGB Variations
Color information
#3F048F (or 0x3F048F) is known color: Indigo. HEX triplet: 3F, 04 and 8F. RGB value is (63,4,143). Sum of RGB (Red+Green+Blue) = 63+4+143=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 143 (56.25% from 255 or 68.10% from 210); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F048F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F048F is #C0FB70. Grayscale: #242424. Windows color (decimal): -12647281 or 9372735. OLE color: 9372735.
HSL color Cylindrical-coordinate representation of color #3F048F: hue angle of 265.47º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F048F is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 4 | 143 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.44 |
| HSL | 265.47º | 0.95% | 0.29% | - |
| HSV(B) | 265.47º | 0.97% | 0.56% | - |
| XYZ | 7.05 | 3.13 | 26.22 | - |
| YUV | 37.49 | 187.55 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 143 | 0.56 | 0.97 | 0 | 0.44 | 265.47 | 0.95 | 0.29 |
| Hex | 3F | 4 | 8F | 38 | 61 | 0 | 2C | 109 | 5F | 1D |
| Octal | 77 | 4 | 217 | 70 | 141 | 0 | 54 | 411 | 137 | 35 |
| Binary | 111111 | 100 | 10001111 | 111000 | 1100001 | 0 | 101100 | 100001001 | 1011111 | 11101 |
Color Harmonies of #3F048F
Complementary color
Monochromatic Colors of #3F048F
Black with #3F048F
Text Example
Text Example
White with #3F048F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F048F; }
p { color: rgb(63,4,143); }
H1.HeaderClassName
{
color: #3F048F;
}
.AnyTagClassName
{
color: #3F048F;
}
</style>
background-color css
<style>
a { background-color: #3F048F; }
a { background-color: rgb(63,4,143); }
div.DivClassName
{
background-color: #3F048F;
}
.BgClassName
{
background-color: #3F048F;
}
</style>
border-color css
<style>
span { border-color: #3F048F; }
span { border-color: rgb(63,4,143); }
td.TdClassName
{
border-color: #3F048F;
}
.TagClassName
{
border-color: #3F048F;
}
</style>