Shades of Persian Indigo #3F149A
Tints of Persian Indigo #3F149A
RGB
CMYK
RGB Variations
Color information
#3F149A (or 0x3F149A) is known color: Persian Indigo. HEX triplet: 3F, 14 and 9A. RGB value is (63,20,154). Sum of RGB (Red+Green+Blue) = 63+20+154=237 (31% of max value = 765). Red value is 63 (25% from 255 or 26.58% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #3F149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F149A is #C0EB65. Grayscale: #2F2F2F. Windows color (decimal): -12643174 or 10097727. OLE color: 10097727.
HSL color Cylindrical-coordinate representation of color #3F149A: hue angle of 259.25º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F149A is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 20 | 154 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.40 |
| HSL | 259.25º | 0.77% | 0.34% | - |
| HSV(B) | 259.25º | 0.87% | 0.6% | - |
| XYZ | 8.13 | 3.89 | 30.89 | - |
| YUV | 48.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 154 | 0.59 | 0.87 | 0 | 0.40 | 259.25 | 0.77 | 0.34 |
| Hex | 3F | 14 | 9A | 3B | 57 | 0 | 28 | 103 | 4D | 22 |
| Octal | 77 | 24 | 232 | 73 | 127 | 0 | 50 | 403 | 115 | 42 |
| Binary | 111111 | 10100 | 10011010 | 111011 | 1010111 | 0 | 101000 | 100000011 | 1001101 | 100010 |
Color Harmonies of #3F149A
Complementary color
Monochromatic Colors of #3F149A
Black with #3F149A
Text Example
Text Example
White with #3F149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F149A; }
p { color: rgb(63,20,154); }
H1.HeaderClassName
{
color: #3F149A;
}
.AnyTagClassName
{
color: #3F149A;
}
</style>
background-color css
<style>
a { background-color: #3F149A; }
a { background-color: rgb(63,20,154); }
div.DivClassName
{
background-color: #3F149A;
}
.BgClassName
{
background-color: #3F149A;
}
</style>
border-color css
<style>
span { border-color: #3F149A; }
span { border-color: rgb(63,20,154); }
td.TdClassName
{
border-color: #3F149A;
}
.TagClassName
{
border-color: #3F149A;
}
</style>