Shades of Persian Indigo #3F0F85
Tints of Persian Indigo #3F0F85
RGB
CMYK
RGB Variations
Color information
#3F0F85 (or 0x3F0F85) is known color: Persian Indigo. HEX triplet: 3F, 0F and 85. RGB value is (63,15,133). Sum of RGB (Red+Green+Blue) = 63+15+133=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F0F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0F85 is #C0F07A. Grayscale: #2A2A2A. Windows color (decimal): -12644475 or 8720191. OLE color: 8720191.
HSL color Cylindrical-coordinate representation of color #3F0F85: hue angle of 264.41º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0F85 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 15 | 133 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.48 |
| HSL | 264.41º | 0.8% | 0.29% | - |
| HSV(B) | 264.41º | 0.89% | 0.52% | - |
| XYZ | 6.45 | 3.09 | 22.45 | - |
| YUV | 42.8 | 178.9 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 133 | 0.53 | 0.89 | 0 | 0.48 | 264.41 | 0.8 | 0.29 |
| Hex | 3F | F | 85 | 35 | 59 | 0 | 30 | 108 | 50 | 1D |
| Octal | 77 | 17 | 205 | 65 | 131 | 0 | 60 | 410 | 120 | 35 |
| Binary | 111111 | 1111 | 10000101 | 110101 | 1011001 | 0 | 110000 | 100001000 | 1010000 | 11101 |
Color Harmonies of #3F0F85
Complementary color
Monochromatic Colors of #3F0F85
Black with #3F0F85
Text Example
Text Example
White with #3F0F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F85; }
p { color: rgb(63,15,133); }
H1.HeaderClassName
{
color: #3F0F85;
}
.AnyTagClassName
{
color: #3F0F85;
}
</style>
background-color css
<style>
a { background-color: #3F0F85; }
a { background-color: rgb(63,15,133); }
div.DivClassName
{
background-color: #3F0F85;
}
.BgClassName
{
background-color: #3F0F85;
}
</style>
border-color css
<style>
span { border-color: #3F0F85; }
span { border-color: rgb(63,15,133); }
td.TdClassName
{
border-color: #3F0F85;
}
.TagClassName
{
border-color: #3F0F85;
}
</style>