Shades of Persian Indigo #3F0E8A
Tints of Persian Indigo #3F0E8A
RGB
CMYK
RGB Variations
Color information
#3F0E8A (or 0x3F0E8A) is known color: Persian Indigo. HEX triplet: 3F, 0E and 8A. RGB value is (63,14,138). Sum of RGB (Red+Green+Blue) = 63+14+138=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 14 (5.86% from 255 or 6.51% from 215); Blue value is 138 (54.30% from 255 or 64.19% from 215); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F0E8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0E8A is #C0F175. Grayscale: #2A2A2A. Windows color (decimal): -12644726 or 9047615. OLE color: 9047615.
HSL color Cylindrical-coordinate representation of color #3F0E8A: hue angle of 263.71º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0E8A is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 14 | 138 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.46 |
| HSL | 263.71º | 0.82% | 0.3% | - |
| HSV(B) | 263.71º | 0.9% | 0.54% | - |
| XYZ | 6.79 | 3.21 | 24.31 | - |
| YUV | 42.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 14 | 138 | 0.54 | 0.90 | 0 | 0.46 | 263.71 | 0.82 | 0.3 |
| Hex | 3F | E | 8A | 36 | 5A | 0 | 2E | 108 | 52 | 1E |
| Octal | 77 | 16 | 212 | 66 | 132 | 0 | 56 | 410 | 122 | 36 |
| Binary | 111111 | 1110 | 10001010 | 110110 | 1011010 | 0 | 101110 | 100001000 | 1010010 | 11110 |
Color Harmonies of #3F0E8A
Complementary color
Monochromatic Colors of #3F0E8A
Black with #3F0E8A
Text Example
Text Example
White with #3F0E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0E8A; }
p { color: rgb(63,14,138); }
H1.HeaderClassName
{
color: #3F0E8A;
}
.AnyTagClassName
{
color: #3F0E8A;
}
</style>
background-color css
<style>
a { background-color: #3F0E8A; }
a { background-color: rgb(63,14,138); }
div.DivClassName
{
background-color: #3F0E8A;
}
.BgClassName
{
background-color: #3F0E8A;
}
</style>
border-color css
<style>
span { border-color: #3F0E8A; }
span { border-color: rgb(63,14,138); }
td.TdClassName
{
border-color: #3F0E8A;
}
.TagClassName
{
border-color: #3F0E8A;
}
</style>