Shades of Persian Indigo #3F118F
Tints of Persian Indigo #3F118F
RGB
CMYK
RGB Variations
Color information
#3F118F (or 0x3F118F) is known color: Persian Indigo. HEX triplet: 3F, 11 and 8F. RGB value is (63,17,143). Sum of RGB (Red+Green+Blue) = 63+17+143=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #3F118F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F118F is #C0EE70. Grayscale: #2C2C2C. Windows color (decimal): -12643953 or 9376063. OLE color: 9376063.
HSL color Cylindrical-coordinate representation of color #3F118F: hue angle of 261.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F118F is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 17 | 143 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.44 |
| HSL | 261.9º | 0.79% | 0.31% | - |
| HSV(B) | 261.9º | 0.88% | 0.56% | - |
| XYZ | 7.21 | 3.44 | 26.27 | - |
| YUV | 45.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 143 | 0.56 | 0.88 | 0 | 0.44 | 261.9 | 0.79 | 0.31 |
| Hex | 3F | 11 | 8F | 38 | 58 | 0 | 2C | 106 | 4F | 1F |
| Octal | 77 | 21 | 217 | 70 | 130 | 0 | 54 | 406 | 117 | 37 |
| Binary | 111111 | 10001 | 10001111 | 111000 | 1011000 | 0 | 101100 | 100000110 | 1001111 | 11111 |
Color Harmonies of #3F118F
Complementary color
Monochromatic Colors of #3F118F
Black with #3F118F
Text Example
Text Example
White with #3F118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F118F; }
p { color: rgb(63,17,143); }
H1.HeaderClassName
{
color: #3F118F;
}
.AnyTagClassName
{
color: #3F118F;
}
</style>
background-color css
<style>
a { background-color: #3F118F; }
a { background-color: rgb(63,17,143); }
div.DivClassName
{
background-color: #3F118F;
}
.BgClassName
{
background-color: #3F118F;
}
</style>
border-color css
<style>
span { border-color: #3F118F; }
span { border-color: rgb(63,17,143); }
td.TdClassName
{
border-color: #3F118F;
}
.TagClassName
{
border-color: #3F118F;
}
</style>