Shades of Indigo #3F0790
Tints of Indigo #3F0790
RGB
CMYK
RGB Variations
Color information
#3F0790 (or 0x3F0790) is known color: Indigo. HEX triplet: 3F, 07 and 90. RGB value is (63,7,144). Sum of RGB (Red+Green+Blue) = 63+7+144=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0790 is #C0F86F. Grayscale: #262626. Windows color (decimal): -12646512 or 9439039. OLE color: 9439039.
HSL color Cylindrical-coordinate representation of color #3F0790: hue angle of 264.53º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0790 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 7 | 144 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.44 |
| HSL | 264.53º | 0.91% | 0.3% | - |
| HSV(B) | 264.53º | 0.95% | 0.56% | - |
| XYZ | 7.16 | 3.22 | 26.63 | - |
| YUV | 39.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 144 | 0.56 | 0.95 | 0 | 0.44 | 264.53 | 0.91 | 0.3 |
| Hex | 3F | 7 | 90 | 38 | 5F | 0 | 2C | 109 | 5B | 1E |
| Octal | 77 | 7 | 220 | 70 | 137 | 0 | 54 | 411 | 133 | 36 |
| Binary | 111111 | 111 | 10010000 | 111000 | 1011111 | 0 | 101100 | 100001001 | 1011011 | 11110 |
Color Harmonies of #3F0790
Complementary color
Monochromatic Colors of #3F0790
Black with #3F0790
Text Example
Text Example
White with #3F0790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0790; }
p { color: rgb(63,7,144); }
H1.HeaderClassName
{
color: #3F0790;
}
.AnyTagClassName
{
color: #3F0790;
}
</style>
background-color css
<style>
a { background-color: #3F0790; }
a { background-color: rgb(63,7,144); }
div.DivClassName
{
background-color: #3F0790;
}
.BgClassName
{
background-color: #3F0790;
}
</style>
border-color css
<style>
span { border-color: #3F0790; }
span { border-color: rgb(63,7,144); }
td.TdClassName
{
border-color: #3F0790;
}
.TagClassName
{
border-color: #3F0790;
}
</style>