Shades of Indigo #3F0A72
Tints of Indigo #3F0A72
RGB
CMYK
RGB Variations
Color information
#3F0A72 (or 0x3F0A72) is known color: Indigo. HEX triplet: 3F, 0A and 72. RGB value is (63,10,114). Sum of RGB (Red+Green+Blue) = 63+10+114=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F0A72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0A72 is #C0F58D. Grayscale: #252525. Windows color (decimal): -12645774 or 7473727. OLE color: 7473727.
HSL color Cylindrical-coordinate representation of color #3F0A72: hue angle of 270.58º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0A72 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 10 | 114 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.55 |
| HSL | 270.58º | 0.84% | 0.24% | - |
| HSV(B) | 270.58º | 0.91% | 0.45% | - |
| XYZ | 5.2 | 2.49 | 16.13 | - |
| YUV | 37.7 | 171.06 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 10 | 114 | 0.45 | 0.91 | 0 | 0.55 | 270.58 | 0.84 | 0.24 |
| Hex | 3F | A | 72 | 2D | 5B | 0 | 37 | 10F | 54 | 18 |
| Octal | 77 | 12 | 162 | 55 | 133 | 0 | 67 | 417 | 124 | 30 |
| Binary | 111111 | 1010 | 1110010 | 101101 | 1011011 | 0 | 110111 | 100001111 | 1010100 | 11000 |
Color Harmonies of #3F0A72
Complementary color
Monochromatic Colors of #3F0A72
Black with #3F0A72
Text Example
Text Example
White with #3F0A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0A72; }
p { color: rgb(63,10,114); }
H1.HeaderClassName
{
color: #3F0A72;
}
.AnyTagClassName
{
color: #3F0A72;
}
</style>
background-color css
<style>
a { background-color: #3F0A72; }
a { background-color: rgb(63,10,114); }
div.DivClassName
{
background-color: #3F0A72;
}
.BgClassName
{
background-color: #3F0A72;
}
</style>
border-color css
<style>
span { border-color: #3F0A72; }
span { border-color: rgb(63,10,114); }
td.TdClassName
{
border-color: #3F0A72;
}
.TagClassName
{
border-color: #3F0A72;
}
</style>