Shades of Persian Indigo #3F0F8E
Tints of Persian Indigo #3F0F8E
RGB
CMYK
RGB Variations
Color information
#3F0F8E (or 0x3F0F8E) is known color: Persian Indigo. HEX triplet: 3F, 0F and 8E. RGB value is (63,15,142). Sum of RGB (Red+Green+Blue) = 63+15+142=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #3F0F8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0F8E is #C0F071. Grayscale: #2B2B2B. Windows color (decimal): -12644466 or 9310015. OLE color: 9310015.
HSL color Cylindrical-coordinate representation of color #3F0F8E: hue angle of 262.68º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0F8E is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 15 | 142 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.44 |
| HSL | 262.68º | 0.81% | 0.31% | - |
| HSV(B) | 262.68º | 0.89% | 0.56% | - |
| XYZ | 7.1 | 3.35 | 25.86 | - |
| YUV | 43.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 142 | 0.56 | 0.89 | 0 | 0.44 | 262.68 | 0.81 | 0.31 |
| Hex | 3F | F | 8E | 38 | 59 | 0 | 2C | 107 | 51 | 1F |
| Octal | 77 | 17 | 216 | 70 | 131 | 0 | 54 | 407 | 121 | 37 |
| Binary | 111111 | 1111 | 10001110 | 111000 | 1011001 | 0 | 101100 | 100000111 | 1010001 | 11111 |
Color Harmonies of #3F0F8E
Complementary color
Monochromatic Colors of #3F0F8E
Black with #3F0F8E
Text Example
Text Example
White with #3F0F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0F8E; }
p { color: rgb(63,15,142); }
H1.HeaderClassName
{
color: #3F0F8E;
}
.AnyTagClassName
{
color: #3F0F8E;
}
</style>
background-color css
<style>
a { background-color: #3F0F8E; }
a { background-color: rgb(63,15,142); }
div.DivClassName
{
background-color: #3F0F8E;
}
.BgClassName
{
background-color: #3F0F8E;
}
</style>
border-color css
<style>
span { border-color: #3F0F8E; }
span { border-color: rgb(63,15,142); }
td.TdClassName
{
border-color: #3F0F8E;
}
.TagClassName
{
border-color: #3F0F8E;
}
</style>