Shades of Persian Indigo #3F1092
Tints of Persian Indigo #3F1092
RGB
CMYK
RGB Variations
Color information
#3F1092 (or 0x3F1092) is known color: Persian Indigo. HEX triplet: 3F, 10 and 92. RGB value is (63,16,146). Sum of RGB (Red+Green+Blue) = 63+16+146=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F1092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1092 is #C0EF6D. Grayscale: #2C2C2C. Windows color (decimal): -12644206 or 9572415. OLE color: 9572415.
HSL color Cylindrical-coordinate representation of color #3F1092: hue angle of 261.69º 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 #3F1092 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 16 | 146 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.43 |
| HSL | 261.69º | 0.8% | 0.32% | - |
| HSV(B) | 261.69º | 0.89% | 0.57% | - |
| XYZ | 7.42 | 3.5 | 27.48 | - |
| YUV | 44.87 | 185.07 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 146 | 0.57 | 0.89 | 0 | 0.43 | 261.69 | 0.8 | 0.32 |
| Hex | 3F | 10 | 92 | 39 | 59 | 0 | 2B | 106 | 50 | 20 |
| Octal | 77 | 20 | 222 | 71 | 131 | 0 | 53 | 406 | 120 | 40 |
| Binary | 111111 | 10000 | 10010010 | 111001 | 1011001 | 0 | 101011 | 100000110 | 1010000 | 100000 |
Color Harmonies of #3F1092
Complementary color
Monochromatic Colors of #3F1092
Black with #3F1092
Text Example
Text Example
White with #3F1092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1092; }
p { color: rgb(63,16,146); }
H1.HeaderClassName
{
color: #3F1092;
}
.AnyTagClassName
{
color: #3F1092;
}
</style>
background-color css
<style>
a { background-color: #3F1092; }
a { background-color: rgb(63,16,146); }
div.DivClassName
{
background-color: #3F1092;
}
.BgClassName
{
background-color: #3F1092;
}
</style>
border-color css
<style>
span { border-color: #3F1092; }
span { border-color: rgb(63,16,146); }
td.TdClassName
{
border-color: #3F1092;
}
.TagClassName
{
border-color: #3F1092;
}
</style>