Shades of Persian Indigo #3F197C
Tints of Persian Indigo #3F197C
RGB
CMYK
RGB Variations
Color information
#3F197C (or 0x3F197C) is known color: Persian Indigo. HEX triplet: 3F, 19 and 7C. RGB value is (63,25,124). Sum of RGB (Red+Green+Blue) = 63+25+124=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #3F197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F197C is #C0E683. Grayscale: #2F2F2F. Windows color (decimal): -12641924 or 8132927. OLE color: 8132927.
HSL color Cylindrical-coordinate representation of color #3F197C: hue angle of 263.03º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F197C is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 25 | 124 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.51 |
| HSL | 263.03º | 0.66% | 0.29% | - |
| HSV(B) | 263.03º | 0.8% | 0.49% | - |
| XYZ | 6.04 | 3.21 | 19.37 | - |
| YUV | 47.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 124 | 0.49 | 0.80 | 0 | 0.51 | 263.03 | 0.66 | 0.29 |
| Hex | 3F | 19 | 7C | 31 | 50 | 0 | 33 | 107 | 42 | 1D |
| Octal | 77 | 31 | 174 | 61 | 120 | 0 | 63 | 407 | 102 | 35 |
| Binary | 111111 | 11001 | 1111100 | 110001 | 1010000 | 0 | 110011 | 100000111 | 1000010 | 11101 |
Color Harmonies of #3F197C
Complementary color
Monochromatic Colors of #3F197C
Black with #3F197C
Text Example
Text Example
White with #3F197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F197C; }
p { color: rgb(63,25,124); }
H1.HeaderClassName
{
color: #3F197C;
}
.AnyTagClassName
{
color: #3F197C;
}
</style>
background-color css
<style>
a { background-color: #3F197C; }
a { background-color: rgb(63,25,124); }
div.DivClassName
{
background-color: #3F197C;
}
.BgClassName
{
background-color: #3F197C;
}
</style>
border-color css
<style>
span { border-color: #3F197C; }
span { border-color: rgb(63,25,124); }
td.TdClassName
{
border-color: #3F197C;
}
.TagClassName
{
border-color: #3F197C;
}
</style>