Shades of Indigo #3F099A
Tints of Indigo #3F099A
RGB
CMYK
RGB Variations
Color information
#3F099A (or 0x3F099A) is known color: Indigo. HEX triplet: 3F, 09 and 9A. RGB value is (63,9,154). Sum of RGB (Red+Green+Blue) = 63+9+154=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F099A is #C0F665. Grayscale: #292929. Windows color (decimal): -12645990 or 10094911. OLE color: 10094911.
HSL color Cylindrical-coordinate representation of color #3F099A: hue angle of 262.34º 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 #3F099A is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 9 | 154 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.40 |
| HSL | 262.34º | 0.89% | 0.32% | - |
| HSV(B) | 262.34º | 0.94% | 0.6% | - |
| XYZ | 7.98 | 3.59 | 30.84 | - |
| YUV | 41.68 | 191.39 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 154 | 0.59 | 0.94 | 0 | 0.40 | 262.34 | 0.89 | 0.32 |
| Hex | 3F | 9 | 9A | 3B | 5E | 0 | 28 | 106 | 59 | 20 |
| Octal | 77 | 11 | 232 | 73 | 136 | 0 | 50 | 406 | 131 | 40 |
| Binary | 111111 | 1001 | 10011010 | 111011 | 1011110 | 0 | 101000 | 100000110 | 1011001 | 100000 |
Color Harmonies of #3F099A
Complementary color
Monochromatic Colors of #3F099A
Black with #3F099A
Text Example
Text Example
White with #3F099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F099A; }
p { color: rgb(63,9,154); }
H1.HeaderClassName
{
color: #3F099A;
}
.AnyTagClassName
{
color: #3F099A;
}
</style>
background-color css
<style>
a { background-color: #3F099A; }
a { background-color: rgb(63,9,154); }
div.DivClassName
{
background-color: #3F099A;
}
.BgClassName
{
background-color: #3F099A;
}
</style>
border-color css
<style>
span { border-color: #3F099A; }
span { border-color: rgb(63,9,154); }
td.TdClassName
{
border-color: #3F099A;
}
.TagClassName
{
border-color: #3F099A;
}
</style>