Shades of Persian Indigo #3F1580
Tints of Persian Indigo #3F1580
RGB
CMYK
RGB Variations
Color information
#3F1580 (or 0x3F1580) is known color: Persian Indigo. HEX triplet: 3F, 15 and 80. RGB value is (63,21,128). Sum of RGB (Red+Green+Blue) = 63+21+128=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #3F1580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1580 is #C0EA7F. Grayscale: #2D2D2D. Windows color (decimal): -12642944 or 8394047. OLE color: 8394047.
HSL color Cylindrical-coordinate representation of color #3F1580: hue angle of 263.55º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F1580 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 63 | 21 | 128 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.50 |
| HSL | 263.55º | 0.72% | 0.29% | - |
| HSV(B) | 263.55º | 0.84% | 0.5% | - |
| XYZ | 6.21 | 3.15 | 20.7 | - |
| YUV | 45.76 | 174.41 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 128 | 0.51 | 0.84 | 0 | 0.50 | 263.55 | 0.72 | 0.29 |
| Hex | 3F | 15 | 80 | 33 | 54 | 0 | 32 | 108 | 48 | 1D |
| Octal | 77 | 25 | 200 | 63 | 124 | 0 | 62 | 410 | 110 | 35 |
| Binary | 111111 | 10101 | 10000000 | 110011 | 1010100 | 0 | 110010 | 100001000 | 1001000 | 11101 |
Color Harmonies of #3F1580
Complementary color
Monochromatic Colors of #3F1580
Black with #3F1580
Text Example
Text Example
White with #3F1580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1580; }
p { color: rgb(63,21,128); }
H1.HeaderClassName
{
color: #3F1580;
}
.AnyTagClassName
{
color: #3F1580;
}
</style>
background-color css
<style>
a { background-color: #3F1580; }
a { background-color: rgb(63,21,128); }
div.DivClassName
{
background-color: #3F1580;
}
.BgClassName
{
background-color: #3F1580;
}
</style>
border-color css
<style>
span { border-color: #3F1580; }
span { border-color: rgb(63,21,128); }
td.TdClassName
{
border-color: #3F1580;
}
.TagClassName
{
border-color: #3F1580;
}
</style>