Shades of Indigo #3F0296
Tints of Indigo #3F0296
RGB
CMYK
RGB Variations
Color information
#3F0296 (or 0x3F0296) is known color: Indigo. HEX triplet: 3F, 02 and 96. RGB value is (63,2,150). Sum of RGB (Red+Green+Blue) = 63+2+150=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F0296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0296 is #C0FD69. Grayscale: #242424. Windows color (decimal): -12647786 or 9830975. OLE color: 9830975.
HSL color Cylindrical-coordinate representation of color #3F0296: hue angle of 264.73º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0296 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 2 | 150 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.41 |
| HSL | 264.73º | 0.97% | 0.3% | - |
| HSV(B) | 264.73º | 0.99% | 0.59% | - |
| XYZ | 7.58 | 3.3 | 29.09 | - |
| YUV | 37.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 150 | 0.58 | 0.99 | 0 | 0.41 | 264.73 | 0.97 | 0.3 |
| Hex | 3F | 2 | 96 | 3A | 63 | 0 | 29 | 109 | 61 | 1E |
| Octal | 77 | 2 | 226 | 72 | 143 | 0 | 51 | 411 | 141 | 36 |
| Binary | 111111 | 10 | 10010110 | 111010 | 1100011 | 0 | 101001 | 100001001 | 1100001 | 11110 |
Color Harmonies of #3F0296
Complementary color
Monochromatic Colors of #3F0296
Black with #3F0296
Text Example
Text Example
White with #3F0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0296; }
p { color: rgb(63,2,150); }
H1.HeaderClassName
{
color: #3F0296;
}
.AnyTagClassName
{
color: #3F0296;
}
</style>
background-color css
<style>
a { background-color: #3F0296; }
a { background-color: rgb(63,2,150); }
div.DivClassName
{
background-color: #3F0296;
}
.BgClassName
{
background-color: #3F0296;
}
</style>
border-color css
<style>
span { border-color: #3F0296; }
span { border-color: rgb(63,2,150); }
td.TdClassName
{
border-color: #3F0296;
}
.TagClassName
{
border-color: #3F0296;
}
</style>