Shades of Persian Indigo #3F197F
Tints of Persian Indigo #3F197F
RGB
CMYK
RGB Variations
Color information
#3F197F (or 0x3F197F) is known color: Persian Indigo. HEX triplet: 3F, 19 and 7F. RGB value is (63,25,127). Sum of RGB (Red+Green+Blue) = 63+25+127=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F197F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F197F is #C0E680. Grayscale: #2F2F2F. Windows color (decimal): -12641921 or 8329535. OLE color: 8329535.
HSL color Cylindrical-coordinate representation of color #3F197F: hue angle of 262.35º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F197F is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 25 | 127 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.50 |
| HSL | 262.35º | 0.67% | 0.3% | - |
| HSV(B) | 262.35º | 0.8% | 0.5% | - |
| XYZ | 6.23 | 3.28 | 20.38 | - |
| YUV | 47.99 | 172.59 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 127 | 0.50 | 0.80 | 0 | 0.50 | 262.35 | 0.67 | 0.3 |
| Hex | 3F | 19 | 7F | 32 | 50 | 0 | 32 | 106 | 43 | 1E |
| Octal | 77 | 31 | 177 | 62 | 120 | 0 | 62 | 406 | 103 | 36 |
| Binary | 111111 | 11001 | 1111111 | 110010 | 1010000 | 0 | 110010 | 100000110 | 1000011 | 11110 |
Color Harmonies of #3F197F
Complementary color
Monochromatic Colors of #3F197F
Black with #3F197F
Text Example
Text Example
White with #3F197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F197F; }
p { color: rgb(63,25,127); }
H1.HeaderClassName
{
color: #3F197F;
}
.AnyTagClassName
{
color: #3F197F;
}
</style>
background-color css
<style>
a { background-color: #3F197F; }
a { background-color: rgb(63,25,127); }
div.DivClassName
{
background-color: #3F197F;
}
.BgClassName
{
background-color: #3F197F;
}
</style>
border-color css
<style>
span { border-color: #3F197F; }
span { border-color: rgb(63,25,127); }
td.TdClassName
{
border-color: #3F197F;
}
.TagClassName
{
border-color: #3F197F;
}
</style>