Shades of Persian Indigo #3F0C8A
Tints of Persian Indigo #3F0C8A
RGB
CMYK
RGB Variations
Color information
#3F0C8A (or 0x3F0C8A) is known color: Persian Indigo. HEX triplet: 3F, 0C and 8A. RGB value is (63,12,138). Sum of RGB (Red+Green+Blue) = 63+12+138=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 12 (5.08% from 255 or 5.63% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F0C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0C8A is #C0F375. Grayscale: #292929. Windows color (decimal): -12645238 or 9047103. OLE color: 9047103.
HSL color Cylindrical-coordinate representation of color #3F0C8A: hue angle of 264.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0C8A is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 12 | 138 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.46 |
| HSL | 264.29º | 0.84% | 0.29% | - |
| HSV(B) | 264.29º | 0.91% | 0.54% | - |
| XYZ | 6.77 | 3.15 | 24.3 | - |
| YUV | 41.61 | 182.4 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 12 | 138 | 0.54 | 0.91 | 0 | 0.46 | 264.29 | 0.84 | 0.29 |
| Hex | 3F | C | 8A | 36 | 5B | 0 | 2E | 108 | 54 | 1D |
| Octal | 77 | 14 | 212 | 66 | 133 | 0 | 56 | 410 | 124 | 35 |
| Binary | 111111 | 1100 | 10001010 | 110110 | 1011011 | 0 | 101110 | 100001000 | 1010100 | 11101 |
Color Harmonies of #3F0C8A
Complementary color
Monochromatic Colors of #3F0C8A
Black with #3F0C8A
Text Example
Text Example
White with #3F0C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0C8A; }
p { color: rgb(63,12,138); }
H1.HeaderClassName
{
color: #3F0C8A;
}
.AnyTagClassName
{
color: #3F0C8A;
}
</style>
background-color css
<style>
a { background-color: #3F0C8A; }
a { background-color: rgb(63,12,138); }
div.DivClassName
{
background-color: #3F0C8A;
}
.BgClassName
{
background-color: #3F0C8A;
}
</style>
border-color css
<style>
span { border-color: #3F0C8A; }
span { border-color: rgb(63,12,138); }
td.TdClassName
{
border-color: #3F0C8A;
}
.TagClassName
{
border-color: #3F0C8A;
}
</style>