Shades of Persian Indigo #3F1087
Tints of Persian Indigo #3F1087
RGB
CMYK
RGB Variations
Color information
#3F1087 (or 0x3F1087) is known color: Persian Indigo. HEX triplet: 3F, 10 and 87. RGB value is (63,16,135). Sum of RGB (Red+Green+Blue) = 63+16+135=214 (28% of max value = 765). Red value is 63 (25% from 255 or 29.44% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #3F1087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1087 is #C0EF78. Grayscale: #2B2B2B. Windows color (decimal): -12644217 or 8851519. OLE color: 8851519.
HSL color Cylindrical-coordinate representation of color #3F1087: hue angle of 263.7º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1087 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 16 | 135 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.47 |
| HSL | 263.7º | 0.79% | 0.3% | - |
| HSV(B) | 263.7º | 0.88% | 0.53% | - |
| XYZ | 6.61 | 3.18 | 23.19 | - |
| YUV | 43.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 135 | 0.53 | 0.88 | 0 | 0.47 | 263.7 | 0.79 | 0.3 |
| Hex | 3F | 10 | 87 | 35 | 58 | 0 | 2F | 108 | 4F | 1E |
| Octal | 77 | 20 | 207 | 65 | 130 | 0 | 57 | 410 | 117 | 36 |
| Binary | 111111 | 10000 | 10000111 | 110101 | 1011000 | 0 | 101111 | 100001000 | 1001111 | 11110 |
Color Harmonies of #3F1087
Complementary color
Monochromatic Colors of #3F1087
Black with #3F1087
Text Example
Text Example
White with #3F1087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1087; }
p { color: rgb(63,16,135); }
H1.HeaderClassName
{
color: #3F1087;
}
.AnyTagClassName
{
color: #3F1087;
}
</style>
background-color css
<style>
a { background-color: #3F1087; }
a { background-color: rgb(63,16,135); }
div.DivClassName
{
background-color: #3F1087;
}
.BgClassName
{
background-color: #3F1087;
}
</style>
border-color css
<style>
span { border-color: #3F1087; }
span { border-color: rgb(63,16,135); }
td.TdClassName
{
border-color: #3F1087;
}
.TagClassName
{
border-color: #3F1087;
}
</style>