Shades of Indigo #3F0293
Tints of Indigo #3F0293
RGB
CMYK
RGB Variations
Color information
#3F0293 (or 0x3F0293) is known color: Indigo. HEX triplet: 3F, 02 and 93. RGB value is (63,2,147). Sum of RGB (Red+Green+Blue) = 63+2+147=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F0293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0293 is #C0FD6C. Grayscale: #242424. Windows color (decimal): -12647789 or 9634367. OLE color: 9634367.
HSL color Cylindrical-coordinate representation of color #3F0293: hue angle of 265.24º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0293 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 2 | 147 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.42 |
| HSL | 265.24º | 0.97% | 0.29% | - |
| HSV(B) | 265.24º | 0.99% | 0.58% | - |
| XYZ | 7.34 | 3.21 | 27.84 | - |
| YUV | 36.77 | 190.21 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 147 | 0.57 | 0.99 | 0 | 0.42 | 265.24 | 0.97 | 0.29 |
| Hex | 3F | 2 | 93 | 39 | 63 | 0 | 2A | 109 | 61 | 1D |
| Octal | 77 | 2 | 223 | 71 | 143 | 0 | 52 | 411 | 141 | 35 |
| Binary | 111111 | 10 | 10010011 | 111001 | 1100011 | 0 | 101010 | 100001001 | 1100001 | 11101 |
Color Harmonies of #3F0293
Complementary color
Monochromatic Colors of #3F0293
Black with #3F0293
Text Example
Text Example
White with #3F0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0293; }
p { color: rgb(63,2,147); }
H1.HeaderClassName
{
color: #3F0293;
}
.AnyTagClassName
{
color: #3F0293;
}
</style>
background-color css
<style>
a { background-color: #3F0293; }
a { background-color: rgb(63,2,147); }
div.DivClassName
{
background-color: #3F0293;
}
.BgClassName
{
background-color: #3F0293;
}
</style>
border-color css
<style>
span { border-color: #3F0293; }
span { border-color: rgb(63,2,147); }
td.TdClassName
{
border-color: #3F0293;
}
.TagClassName
{
border-color: #3F0293;
}
</style>