Shades of Indigo #3F0B97
Tints of Indigo #3F0B97
RGB
CMYK
RGB Variations
Color information
#3F0B97 (or 0x3F0B97) is known color: Indigo. HEX triplet: 3F, 0B and 97. RGB value is (63,11,151). Sum of RGB (Red+Green+Blue) = 63+11+151=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 151 (59.38% from 255 or 67.11% from 225); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F0B97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0B97 is #C0F468. Grayscale: #2A2A2A. Windows color (decimal): -12645481 or 9898815. OLE color: 9898815.
HSL color Cylindrical-coordinate representation of color #3F0B97: hue angle of 262.29º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0B97 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 11 | 151 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.41 |
| HSL | 262.29º | 0.86% | 0.32% | - |
| HSV(B) | 262.29º | 0.93% | 0.59% | - |
| XYZ | 7.76 | 3.53 | 29.55 | - |
| YUV | 42.51 | 189.23 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 11 | 151 | 0.58 | 0.93 | 0 | 0.41 | 262.29 | 0.86 | 0.32 |
| Hex | 3F | B | 97 | 3A | 5D | 0 | 29 | 106 | 56 | 20 |
| Octal | 77 | 13 | 227 | 72 | 135 | 0 | 51 | 406 | 126 | 40 |
| Binary | 111111 | 1011 | 10010111 | 111010 | 1011101 | 0 | 101001 | 100000110 | 1010110 | 100000 |
Color Harmonies of #3F0B97
Complementary color
Monochromatic Colors of #3F0B97
Black with #3F0B97
Text Example
Text Example
White with #3F0B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0B97; }
p { color: rgb(63,11,151); }
H1.HeaderClassName
{
color: #3F0B97;
}
.AnyTagClassName
{
color: #3F0B97;
}
</style>
background-color css
<style>
a { background-color: #3F0B97; }
a { background-color: rgb(63,11,151); }
div.DivClassName
{
background-color: #3F0B97;
}
.BgClassName
{
background-color: #3F0B97;
}
</style>
border-color css
<style>
span { border-color: #3F0B97; }
span { border-color: rgb(63,11,151); }
td.TdClassName
{
border-color: #3F0B97;
}
.TagClassName
{
border-color: #3F0B97;
}
</style>