Shades of Persian Indigo #3F137A
Tints of Persian Indigo #3F137A
RGB
CMYK
RGB Variations
Color information
#3F137A (or 0x3F137A) is known color: Persian Indigo. HEX triplet: 3F, 13 and 7A. RGB value is (63,19,122). Sum of RGB (Red+Green+Blue) = 63+19+122=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F137A is #C0EC85. Grayscale: #2B2B2B. Windows color (decimal): -12643462 or 8000319. OLE color: 8000319.
HSL color Cylindrical-coordinate representation of color #3F137A: hue angle of 265.63º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F137A is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 19 | 122 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.52 |
| HSL | 265.63º | 0.73% | 0.28% | - |
| HSV(B) | 265.63º | 0.84% | 0.48% | - |
| XYZ | 5.8 | 2.93 | 18.67 | - |
| YUV | 43.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 122 | 0.48 | 0.84 | 0 | 0.52 | 265.63 | 0.73 | 0.28 |
| Hex | 3F | 13 | 7A | 30 | 54 | 0 | 34 | 10A | 49 | 1C |
| Octal | 77 | 23 | 172 | 60 | 124 | 0 | 64 | 412 | 111 | 34 |
| Binary | 111111 | 10011 | 1111010 | 110000 | 1010100 | 0 | 110100 | 100001010 | 1001001 | 11100 |
Color Harmonies of #3F137A
Complementary color
Monochromatic Colors of #3F137A
Black with #3F137A
Text Example
Text Example
White with #3F137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F137A; }
p { color: rgb(63,19,122); }
H1.HeaderClassName
{
color: #3F137A;
}
.AnyTagClassName
{
color: #3F137A;
}
</style>
background-color css
<style>
a { background-color: #3F137A; }
a { background-color: rgb(63,19,122); }
div.DivClassName
{
background-color: #3F137A;
}
.BgClassName
{
background-color: #3F137A;
}
</style>
border-color css
<style>
span { border-color: #3F137A; }
span { border-color: rgb(63,19,122); }
td.TdClassName
{
border-color: #3F137A;
}
.TagClassName
{
border-color: #3F137A;
}
</style>