Shades of Indigo #3F0999
Tints of Indigo #3F0999
RGB
CMYK
RGB Variations
Color information
#3F0999 (or 0x3F0999) is known color: Indigo. HEX triplet: 3F, 09 and 99. RGB value is (63,9,153). Sum of RGB (Red+Green+Blue) = 63+9+153=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F0999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0999 is #C0F666. Grayscale: #292929. Windows color (decimal): -12645991 or 10029375. OLE color: 10029375.
HSL color Cylindrical-coordinate representation of color #3F0999: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0999 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 9 | 153 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.4 |
| HSL | 262.5º | 0.89% | 0.32% | - |
| HSV(B) | 262.5º | 0.94% | 0.6% | - |
| XYZ | 7.9 | 3.55 | 30.41 | - |
| YUV | 41.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 153 | 0.59 | 0.94 | 0 | 0.4 | 262.5 | 0.89 | 0.32 |
| Hex | 3F | 9 | 99 | 3B | 5E | 0 | 28 | 106 | 59 | 20 |
| Octal | 77 | 11 | 231 | 73 | 136 | 0 | 50 | 406 | 131 | 40 |
| Binary | 111111 | 1001 | 10011001 | 111011 | 1011110 | 0 | 101000 | 100000110 | 1011001 | 100000 |
Color Harmonies of #3F0999
Complementary color
Monochromatic Colors of #3F0999
Black with #3F0999
Text Example
Text Example
White with #3F0999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0999; }
p { color: rgb(63,9,153); }
H1.HeaderClassName
{
color: #3F0999;
}
.AnyTagClassName
{
color: #3F0999;
}
</style>
background-color css
<style>
a { background-color: #3F0999; }
a { background-color: rgb(63,9,153); }
div.DivClassName
{
background-color: #3F0999;
}
.BgClassName
{
background-color: #3F0999;
}
</style>
border-color css
<style>
span { border-color: #3F0999; }
span { border-color: rgb(63,9,153); }
td.TdClassName
{
border-color: #3F0999;
}
.TagClassName
{
border-color: #3F0999;
}
</style>