Shades of Persian Indigo #3F1281
Tints of Persian Indigo #3F1281
RGB
CMYK
RGB Variations
Color information
#3F1281 (or 0x3F1281) is known color: Persian Indigo. HEX triplet: 3F, 12 and 81. RGB value is (63,18,129). Sum of RGB (Red+Green+Blue) = 63+18+129=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #3F1281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1281 is #C0ED7E. Grayscale: #2B2B2B. Windows color (decimal): -12643711 or 8458815. OLE color: 8458815.
HSL color Cylindrical-coordinate representation of color #3F1281: hue angle of 264.32º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1281 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 63 | 18 | 129 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.49 |
| HSL | 264.32º | 0.76% | 0.29% | - |
| HSV(B) | 264.32º | 0.86% | 0.51% | - |
| XYZ | 6.23 | 3.07 | 21.03 | - |
| YUV | 44.11 | 175.91 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 129 | 0.51 | 0.86 | 0 | 0.49 | 264.32 | 0.76 | 0.29 |
| Hex | 3F | 12 | 81 | 33 | 56 | 0 | 31 | 108 | 4C | 1D |
| Octal | 77 | 22 | 201 | 63 | 126 | 0 | 61 | 410 | 114 | 35 |
| Binary | 111111 | 10010 | 10000001 | 110011 | 1010110 | 0 | 110001 | 100001000 | 1001100 | 11101 |
Color Harmonies of #3F1281
Complementary color
Monochromatic Colors of #3F1281
Black with #3F1281
Text Example
Text Example
White with #3F1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1281; }
p { color: rgb(63,18,129); }
H1.HeaderClassName
{
color: #3F1281;
}
.AnyTagClassName
{
color: #3F1281;
}
</style>
background-color css
<style>
a { background-color: #3F1281; }
a { background-color: rgb(63,18,129); }
div.DivClassName
{
background-color: #3F1281;
}
.BgClassName
{
background-color: #3F1281;
}
</style>
border-color css
<style>
span { border-color: #3F1281; }
span { border-color: rgb(63,18,129); }
td.TdClassName
{
border-color: #3F1281;
}
.TagClassName
{
border-color: #3F1281;
}
</style>