Shades of Persian Indigo #3F149F
Tints of Persian Indigo #3F149F
RGB
CMYK
RGB Variations
Color information
#3F149F (or 0x3F149F) is known color: Persian Indigo. HEX triplet: 3F, 14 and 9F. RGB value is (63,20,159). Sum of RGB (Red+Green+Blue) = 63+20+159=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F149F is #C0EB60. Grayscale: #303030. Windows color (decimal): -12643169 or 10425407. OLE color: 10425407.
HSL color Cylindrical-coordinate representation of color #3F149F: hue angle of 258.56º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F149F is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 20 | 159 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.38 |
| HSL | 258.56º | 0.78% | 0.35% | - |
| HSV(B) | 258.56º | 0.87% | 0.62% | - |
| XYZ | 8.56 | 4.06 | 33.13 | - |
| YUV | 48.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 159 | 0.60 | 0.87 | 0 | 0.38 | 258.56 | 0.78 | 0.35 |
| Hex | 3F | 14 | 9F | 3C | 57 | 0 | 26 | 103 | 4E | 23 |
| Octal | 77 | 24 | 237 | 74 | 127 | 0 | 46 | 403 | 116 | 43 |
| Binary | 111111 | 10100 | 10011111 | 111100 | 1010111 | 0 | 100110 | 100000011 | 1001110 | 100011 |
Color Harmonies of #3F149F
Complementary color
Monochromatic Colors of #3F149F
Black with #3F149F
Text Example
Text Example
White with #3F149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F149F; }
p { color: rgb(63,20,159); }
H1.HeaderClassName
{
color: #3F149F;
}
.AnyTagClassName
{
color: #3F149F;
}
</style>
background-color css
<style>
a { background-color: #3F149F; }
a { background-color: rgb(63,20,159); }
div.DivClassName
{
background-color: #3F149F;
}
.BgClassName
{
background-color: #3F149F;
}
</style>
border-color css
<style>
span { border-color: #3F149F; }
span { border-color: rgb(63,20,159); }
td.TdClassName
{
border-color: #3F149F;
}
.TagClassName
{
border-color: #3F149F;
}
</style>