Shades of Persian Indigo #3F108D
Tints of Persian Indigo #3F108D
RGB
CMYK
RGB Variations
Color information
#3F108D (or 0x3F108D) is known color: Persian Indigo. HEX triplet: 3F, 10 and 8D. RGB value is (63,16,141). Sum of RGB (Red+Green+Blue) = 63+16+141=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #3F108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F108D is #C0EF72. Grayscale: #2B2B2B. Windows color (decimal): -12644211 or 9244735. OLE color: 9244735.
HSL color Cylindrical-coordinate representation of color #3F108D: hue angle of 262.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F108D is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 16 | 141 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.45 |
| HSL | 262.56º | 0.8% | 0.31% | - |
| HSV(B) | 262.56º | 0.89% | 0.55% | - |
| XYZ | 7.04 | 3.35 | 25.47 | - |
| YUV | 44.3 | 182.57 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 141 | 0.55 | 0.89 | 0 | 0.45 | 262.56 | 0.8 | 0.31 |
| Hex | 3F | 10 | 8D | 37 | 59 | 0 | 2D | 107 | 50 | 1F |
| Octal | 77 | 20 | 215 | 67 | 131 | 0 | 55 | 407 | 120 | 37 |
| Binary | 111111 | 10000 | 10001101 | 110111 | 1011001 | 0 | 101101 | 100000111 | 1010000 | 11111 |
Color Harmonies of #3F108D
Complementary color
Monochromatic Colors of #3F108D
Black with #3F108D
Text Example
Text Example
White with #3F108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F108D; }
p { color: rgb(63,16,141); }
H1.HeaderClassName
{
color: #3F108D;
}
.AnyTagClassName
{
color: #3F108D;
}
</style>
background-color css
<style>
a { background-color: #3F108D; }
a { background-color: rgb(63,16,141); }
div.DivClassName
{
background-color: #3F108D;
}
.BgClassName
{
background-color: #3F108D;
}
</style>
border-color css
<style>
span { border-color: #3F108D; }
span { border-color: rgb(63,16,141); }
td.TdClassName
{
border-color: #3F108D;
}
.TagClassName
{
border-color: #3F108D;
}
</style>