Shades of Persian Indigo #3F157A
Tints of Persian Indigo #3F157A
RGB
CMYK
RGB Variations
Color information
#3F157A (or 0x3F157A) is known color: Persian Indigo. HEX triplet: 3F, 15 and 7A. RGB value is (63,21,122). Sum of RGB (Red+Green+Blue) = 63+21+122=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F157A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F157A is #C0EA85. Grayscale: #2C2C2C. Windows color (decimal): -12642950 or 8000831. OLE color: 8000831.
HSL color Cylindrical-coordinate representation of color #3F157A: hue angle of 264.95º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F157A is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 21 | 122 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.52 |
| HSL | 264.95º | 0.71% | 0.28% | - |
| HSV(B) | 264.95º | 0.83% | 0.48% | - |
| XYZ | 5.83 | 3 | 18.68 | - |
| YUV | 45.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 122 | 0.48 | 0.83 | 0 | 0.52 | 264.95 | 0.71 | 0.28 |
| Hex | 3F | 15 | 7A | 30 | 53 | 0 | 34 | 109 | 47 | 1C |
| Octal | 77 | 25 | 172 | 60 | 123 | 0 | 64 | 411 | 107 | 34 |
| Binary | 111111 | 10101 | 1111010 | 110000 | 1010011 | 0 | 110100 | 100001001 | 1000111 | 11100 |
Color Harmonies of #3F157A
Complementary color
Monochromatic Colors of #3F157A
Black with #3F157A
Text Example
Text Example
White with #3F157A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F157A; }
p { color: rgb(63,21,122); }
H1.HeaderClassName
{
color: #3F157A;
}
.AnyTagClassName
{
color: #3F157A;
}
</style>
background-color css
<style>
a { background-color: #3F157A; }
a { background-color: rgb(63,21,122); }
div.DivClassName
{
background-color: #3F157A;
}
.BgClassName
{
background-color: #3F157A;
}
</style>
border-color css
<style>
span { border-color: #3F157A; }
span { border-color: rgb(63,21,122); }
td.TdClassName
{
border-color: #3F157A;
}
.TagClassName
{
border-color: #3F157A;
}
</style>