Shades of Persian Indigo #3F119C
Tints of Persian Indigo #3F119C
RGB
CMYK
RGB Variations
Color information
#3F119C (or 0x3F119C) is known color: Persian Indigo. HEX triplet: 3F, 11 and 9C. RGB value is (63,17,156). Sum of RGB (Red+Green+Blue) = 63+17+156=236 (31% of max value = 765). Red value is 63 (25% from 255 or 26.69% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F119C is #C0EE63. Grayscale: #2E2E2E. Windows color (decimal): -12643940 or 10228031. OLE color: 10228031.
HSL color Cylindrical-coordinate representation of color #3F119C: hue angle of 259.86º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F119C is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 17 | 156 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.39 |
| HSL | 259.86º | 0.8% | 0.34% | - |
| HSV(B) | 259.86º | 0.89% | 0.61% | - |
| XYZ | 8.25 | 3.86 | 31.76 | - |
| YUV | 46.6 | 189.74 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 156 | 0.60 | 0.89 | 0 | 0.39 | 259.86 | 0.8 | 0.34 |
| Hex | 3F | 11 | 9C | 3C | 59 | 0 | 27 | 104 | 50 | 22 |
| Octal | 77 | 21 | 234 | 74 | 131 | 0 | 47 | 404 | 120 | 42 |
| Binary | 111111 | 10001 | 10011100 | 111100 | 1011001 | 0 | 100111 | 100000100 | 1010000 | 100010 |
Color Harmonies of #3F119C
Complementary color
Monochromatic Colors of #3F119C
Black with #3F119C
Text Example
Text Example
White with #3F119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F119C; }
p { color: rgb(63,17,156); }
H1.HeaderClassName
{
color: #3F119C;
}
.AnyTagClassName
{
color: #3F119C;
}
</style>
background-color css
<style>
a { background-color: #3F119C; }
a { background-color: rgb(63,17,156); }
div.DivClassName
{
background-color: #3F119C;
}
.BgClassName
{
background-color: #3F119C;
}
</style>
border-color css
<style>
span { border-color: #3F119C; }
span { border-color: rgb(63,17,156); }
td.TdClassName
{
border-color: #3F119C;
}
.TagClassName
{
border-color: #3F119C;
}
</style>