Shades of Persian Indigo #3F1091
Tints of Persian Indigo #3F1091
RGB
CMYK
RGB Variations
Color information
#3F1091 (or 0x3F1091) is known color: Persian Indigo. HEX triplet: 3F, 10 and 91. RGB value is (63,16,145). Sum of RGB (Red+Green+Blue) = 63+16+145=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F1091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1091 is #C0EF6E. Grayscale: #2C2C2C. Windows color (decimal): -12644207 or 9506879. OLE color: 9506879.
HSL color Cylindrical-coordinate representation of color #3F1091: hue angle of 261.86º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F1091 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 16 | 145 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.43 |
| HSL | 261.86º | 0.8% | 0.32% | - |
| HSV(B) | 261.86º | 0.89% | 0.57% | - |
| XYZ | 7.35 | 3.47 | 27.07 | - |
| YUV | 44.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 145 | 0.57 | 0.89 | 0 | 0.43 | 261.86 | 0.8 | 0.32 |
| Hex | 3F | 10 | 91 | 39 | 59 | 0 | 2B | 106 | 50 | 20 |
| Octal | 77 | 20 | 221 | 71 | 131 | 0 | 53 | 406 | 120 | 40 |
| Binary | 111111 | 10000 | 10010001 | 111001 | 1011001 | 0 | 101011 | 100000110 | 1010000 | 100000 |
Color Harmonies of #3F1091
Complementary color
Monochromatic Colors of #3F1091
Black with #3F1091
Text Example
Text Example
White with #3F1091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1091; }
p { color: rgb(63,16,145); }
H1.HeaderClassName
{
color: #3F1091;
}
.AnyTagClassName
{
color: #3F1091;
}
</style>
background-color css
<style>
a { background-color: #3F1091; }
a { background-color: rgb(63,16,145); }
div.DivClassName
{
background-color: #3F1091;
}
.BgClassName
{
background-color: #3F1091;
}
</style>
border-color css
<style>
span { border-color: #3F1091; }
span { border-color: rgb(63,16,145); }
td.TdClassName
{
border-color: #3F1091;
}
.TagClassName
{
border-color: #3F1091;
}
</style>