Shades of Indigo #3F0590
Tints of Indigo #3F0590
RGB
CMYK
RGB Variations
Color information
#3F0590 (or 0x3F0590) is known color: Indigo. HEX triplet: 3F, 05 and 90. RGB value is (63,5,144). Sum of RGB (Red+Green+Blue) = 63+5+144=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0590 is #C0FA6F. Grayscale: #252525. Windows color (decimal): -12647024 or 9438527. OLE color: 9438527.
HSL color Cylindrical-coordinate representation of color #3F0590: hue angle of 265.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0590 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 5 | 144 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.44 |
| HSL | 265.04º | 0.93% | 0.29% | - |
| HSV(B) | 265.04º | 0.97% | 0.56% | - |
| XYZ | 7.14 | 3.18 | 26.62 | - |
| YUV | 38.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 144 | 0.56 | 0.97 | 0 | 0.44 | 265.04 | 0.93 | 0.29 |
| Hex | 3F | 5 | 90 | 38 | 61 | 0 | 2C | 109 | 5D | 1D |
| Octal | 77 | 5 | 220 | 70 | 141 | 0 | 54 | 411 | 135 | 35 |
| Binary | 111111 | 101 | 10010000 | 111000 | 1100001 | 0 | 101100 | 100001001 | 1011101 | 11101 |
Color Harmonies of #3F0590
Complementary color
Monochromatic Colors of #3F0590
Black with #3F0590
Text Example
Text Example
White with #3F0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0590; }
p { color: rgb(63,5,144); }
H1.HeaderClassName
{
color: #3F0590;
}
.AnyTagClassName
{
color: #3F0590;
}
</style>
background-color css
<style>
a { background-color: #3F0590; }
a { background-color: rgb(63,5,144); }
div.DivClassName
{
background-color: #3F0590;
}
.BgClassName
{
background-color: #3F0590;
}
</style>
border-color css
<style>
span { border-color: #3F0590; }
span { border-color: rgb(63,5,144); }
td.TdClassName
{
border-color: #3F0590;
}
.TagClassName
{
border-color: #3F0590;
}
</style>