Shades of Persian Indigo #3F198D
Tints of Persian Indigo #3F198D
RGB
CMYK
RGB Variations
Color information
#3F198D (or 0x3F198D) is known color: Persian Indigo. HEX triplet: 3F, 19 and 8D. RGB value is (63,25,141). Sum of RGB (Red+Green+Blue) = 63+25+141=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F198D is #C0E672. Grayscale: #313131. Windows color (decimal): -12641907 or 9247039. OLE color: 9247039.
HSL color Cylindrical-coordinate representation of color #3F198D: hue angle of 259.66º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F198D is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 25 | 141 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.45 |
| HSL | 259.66º | 0.7% | 0.33% | - |
| HSV(B) | 259.66º | 0.82% | 0.55% | - |
| XYZ | 7.21 | 3.68 | 25.53 | - |
| YUV | 49.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 141 | 0.55 | 0.82 | 0 | 0.45 | 259.66 | 0.7 | 0.33 |
| Hex | 3F | 19 | 8D | 37 | 52 | 0 | 2D | 104 | 46 | 21 |
| Octal | 77 | 31 | 215 | 67 | 122 | 0 | 55 | 404 | 106 | 41 |
| Binary | 111111 | 11001 | 10001101 | 110111 | 1010010 | 0 | 101101 | 100000100 | 1000110 | 100001 |
Color Harmonies of #3F198D
Complementary color
Monochromatic Colors of #3F198D
Black with #3F198D
Text Example
Text Example
White with #3F198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F198D; }
p { color: rgb(63,25,141); }
H1.HeaderClassName
{
color: #3F198D;
}
.AnyTagClassName
{
color: #3F198D;
}
</style>
background-color css
<style>
a { background-color: #3F198D; }
a { background-color: rgb(63,25,141); }
div.DivClassName
{
background-color: #3F198D;
}
.BgClassName
{
background-color: #3F198D;
}
</style>
border-color css
<style>
span { border-color: #3F198D; }
span { border-color: rgb(63,25,141); }
td.TdClassName
{
border-color: #3F198D;
}
.TagClassName
{
border-color: #3F198D;
}
</style>