Shades of Persian Indigo #3F1595
Tints of Persian Indigo #3F1595
RGB
CMYK
RGB Variations
Color information
#3F1595 (or 0x3F1595) is known color: Persian Indigo. HEX triplet: 3F, 15 and 95. RGB value is (63,21,149). Sum of RGB (Red+Green+Blue) = 63+21+149=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F1595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1595 is #C0EA6A. Grayscale: #2F2F2F. Windows color (decimal): -12642923 or 9770303. OLE color: 9770303.
HSL color Cylindrical-coordinate representation of color #3F1595: hue angle of 259.69º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1595 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 21 | 149 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.42 |
| HSL | 259.69º | 0.75% | 0.33% | - |
| HSV(B) | 259.69º | 0.86% | 0.58% | - |
| XYZ | 7.74 | 3.76 | 28.75 | - |
| YUV | 48.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 149 | 0.58 | 0.86 | 0 | 0.42 | 259.69 | 0.75 | 0.33 |
| Hex | 3F | 15 | 95 | 3A | 56 | 0 | 2A | 104 | 4B | 21 |
| Octal | 77 | 25 | 225 | 72 | 126 | 0 | 52 | 404 | 113 | 41 |
| Binary | 111111 | 10101 | 10010101 | 111010 | 1010110 | 0 | 101010 | 100000100 | 1001011 | 100001 |
Color Harmonies of #3F1595
Complementary color
Monochromatic Colors of #3F1595
Black with #3F1595
Text Example
Text Example
White with #3F1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1595; }
p { color: rgb(63,21,149); }
H1.HeaderClassName
{
color: #3F1595;
}
.AnyTagClassName
{
color: #3F1595;
}
</style>
background-color css
<style>
a { background-color: #3F1595; }
a { background-color: rgb(63,21,149); }
div.DivClassName
{
background-color: #3F1595;
}
.BgClassName
{
background-color: #3F1595;
}
</style>
border-color css
<style>
span { border-color: #3F1595; }
span { border-color: rgb(63,21,149); }
td.TdClassName
{
border-color: #3F1595;
}
.TagClassName
{
border-color: #3F1595;
}
</style>