Shades of Persian Indigo #3F1095
Tints of Persian Indigo #3F1095
RGB
CMYK
RGB Variations
Color information
#3F1095 (or 0x3F1095) is known color: Persian Indigo. HEX triplet: 3F, 10 and 95. RGB value is (63,16,149). Sum of RGB (Red+Green+Blue) = 63+16+149=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F1095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1095 is #C0EF6A. Grayscale: #2C2C2C. Windows color (decimal): -12644203 or 9769023. OLE color: 9769023.
HSL color Cylindrical-coordinate representation of color #3F1095: hue angle of 261.2º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1095 is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 16 | 149 | - |
| CMYK | 0.58 | 0.89 | 0 | 0.42 |
| HSL | 261.2º | 0.81% | 0.32% | - |
| HSV(B) | 261.2º | 0.89% | 0.58% | - |
| XYZ | 7.66 | 3.6 | 28.72 | - |
| YUV | 45.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 149 | 0.58 | 0.89 | 0 | 0.42 | 261.2 | 0.81 | 0.32 |
| Hex | 3F | 10 | 95 | 3A | 59 | 0 | 2A | 105 | 51 | 20 |
| Octal | 77 | 20 | 225 | 72 | 131 | 0 | 52 | 405 | 121 | 40 |
| Binary | 111111 | 10000 | 10010101 | 111010 | 1011001 | 0 | 101010 | 100000101 | 1010001 | 100000 |
Color Harmonies of #3F1095
Complementary color
Monochromatic Colors of #3F1095
Black with #3F1095
Text Example
Text Example
White with #3F1095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1095; }
p { color: rgb(63,16,149); }
H1.HeaderClassName
{
color: #3F1095;
}
.AnyTagClassName
{
color: #3F1095;
}
</style>
background-color css
<style>
a { background-color: #3F1095; }
a { background-color: rgb(63,16,149); }
div.DivClassName
{
background-color: #3F1095;
}
.BgClassName
{
background-color: #3F1095;
}
</style>
border-color css
<style>
span { border-color: #3F1095; }
span { border-color: rgb(63,16,149); }
td.TdClassName
{
border-color: #3F1095;
}
.TagClassName
{
border-color: #3F1095;
}
</style>