Shades of Persian Indigo #3F1499
Tints of Persian Indigo #3F1499
RGB
CMYK
RGB Variations
Color information
#3F1499 (or 0x3F1499) is known color: Persian Indigo. HEX triplet: 3F, 14 and 99. RGB value is (63,20,153). Sum of RGB (Red+Green+Blue) = 63+20+153=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F1499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1499 is #C0EB66. Grayscale: #2F2F2F. Windows color (decimal): -12643175 or 10032191. OLE color: 10032191.
HSL color Cylindrical-coordinate representation of color #3F1499: hue angle of 259.4º 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 #3F1499 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 20 | 153 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.4 |
| HSL | 259.4º | 0.77% | 0.34% | - |
| HSV(B) | 259.4º | 0.87% | 0.6% | - |
| XYZ | 8.05 | 3.86 | 30.46 | - |
| YUV | 48.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 153 | 0.59 | 0.87 | 0 | 0.4 | 259.4 | 0.77 | 0.34 |
| Hex | 3F | 14 | 99 | 3B | 57 | 0 | 28 | 103 | 4D | 22 |
| Octal | 77 | 24 | 231 | 73 | 127 | 0 | 50 | 403 | 115 | 42 |
| Binary | 111111 | 10100 | 10011001 | 111011 | 1010111 | 0 | 101000 | 100000011 | 1001101 | 100010 |
Color Harmonies of #3F1499
Complementary color
Monochromatic Colors of #3F1499
Black with #3F1499
Text Example
Text Example
White with #3F1499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1499; }
p { color: rgb(63,20,153); }
H1.HeaderClassName
{
color: #3F1499;
}
.AnyTagClassName
{
color: #3F1499;
}
</style>
background-color css
<style>
a { background-color: #3F1499; }
a { background-color: rgb(63,20,153); }
div.DivClassName
{
background-color: #3F1499;
}
.BgClassName
{
background-color: #3F1499;
}
</style>
border-color css
<style>
span { border-color: #3F1499; }
span { border-color: rgb(63,20,153); }
td.TdClassName
{
border-color: #3F1499;
}
.TagClassName
{
border-color: #3F1499;
}
</style>