Shades of Indigo #3F0A89
Tints of Indigo #3F0A89
RGB
CMYK
RGB Variations
Color information
#3F0A89 (or 0x3F0A89) is known color: Indigo. HEX triplet: 3F, 0A and 89. RGB value is (63,10,137). Sum of RGB (Red+Green+Blue) = 63+10+137=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #3F0A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0A89 is #C0F576. Grayscale: #272727. Windows color (decimal): -12645751 or 8981055. OLE color: 8981055.
HSL color Cylindrical-coordinate representation of color #3F0A89: hue angle of 265.04º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0A89 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 10 | 137 | - |
| CMYK | 0.54 | 0.93 | 0 | 0.46 |
| HSL | 265.04º | 0.86% | 0.29% | - |
| HSV(B) | 265.04º | 0.93% | 0.54% | - |
| XYZ | 6.67 | 3.08 | 23.91 | - |
| YUV | 40.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 137 | 0.54 | 0.93 | 0 | 0.46 | 265.04 | 0.86 | 0.29 |
| Hex | 3F | A | 89 | 36 | 5D | 0 | 2E | 109 | 56 | 1D |
| Octal | 77 | 12 | 211 | 66 | 135 | 0 | 56 | 411 | 126 | 35 |
| Binary | 111111 | 1010 | 10001001 | 110110 | 1011101 | 0 | 101110 | 100001001 | 1010110 | 11101 |
Color Harmonies of #3F0A89
Complementary color
Monochromatic Colors of #3F0A89
Black with #3F0A89
Text Example
Text Example
White with #3F0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A89; }
p { color: rgb(63,10,137); }
H1.HeaderClassName
{
color: #3F0A89;
}
.AnyTagClassName
{
color: #3F0A89;
}
</style>
background-color css
<style>
a { background-color: #3F0A89; }
a { background-color: rgb(63,10,137); }
div.DivClassName
{
background-color: #3F0A89;
}
.BgClassName
{
background-color: #3F0A89;
}
</style>
border-color css
<style>
span { border-color: #3F0A89; }
span { border-color: rgb(63,10,137); }
td.TdClassName
{
border-color: #3F0A89;
}
.TagClassName
{
border-color: #3F0A89;
}
</style>