Shades of Persian Indigo #3F149D
Tints of Persian Indigo #3F149D
RGB
CMYK
RGB Variations
Color information
#3F149D (or 0x3F149D) is known color: Persian Indigo. HEX triplet: 3F, 14 and 9D. RGB value is (63,20,157). Sum of RGB (Red+Green+Blue) = 63+20+157=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 157 (61.72% from 255 or 65.42% from 240); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F149D is #C0EB62. Grayscale: #2F2F2F. Windows color (decimal): -12643171 or 10294335. OLE color: 10294335.
HSL color Cylindrical-coordinate representation of color #3F149D: hue angle of 258.83º degrees, saturation: 0.77, 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 #3F149D is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 20 | 157 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.38 |
| HSL | 258.83º | 0.77% | 0.35% | - |
| HSV(B) | 258.83º | 0.87% | 0.62% | - |
| XYZ | 8.39 | 3.99 | 32.23 | - |
| YUV | 48.48 | 189.25 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 157 | 0.60 | 0.87 | 0 | 0.38 | 258.83 | 0.77 | 0.35 |
| Hex | 3F | 14 | 9D | 3C | 57 | 0 | 26 | 103 | 4D | 23 |
| Octal | 77 | 24 | 235 | 74 | 127 | 0 | 46 | 403 | 115 | 43 |
| Binary | 111111 | 10100 | 10011101 | 111100 | 1010111 | 0 | 100110 | 100000011 | 1001101 | 100011 |
Color Harmonies of #3F149D
Complementary color
Monochromatic Colors of #3F149D
Black with #3F149D
Text Example
Text Example
White with #3F149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F149D; }
p { color: rgb(63,20,157); }
H1.HeaderClassName
{
color: #3F149D;
}
.AnyTagClassName
{
color: #3F149D;
}
</style>
background-color css
<style>
a { background-color: #3F149D; }
a { background-color: rgb(63,20,157); }
div.DivClassName
{
background-color: #3F149D;
}
.BgClassName
{
background-color: #3F149D;
}
</style>
border-color css
<style>
span { border-color: #3F149D; }
span { border-color: rgb(63,20,157); }
td.TdClassName
{
border-color: #3F149D;
}
.TagClassName
{
border-color: #3F149D;
}
</style>