Shades of Persian Indigo #3F187D
Tints of Persian Indigo #3F187D
RGB
CMYK
RGB Variations
Color information
#3F187D (or 0x3F187D) is known color: Persian Indigo. HEX triplet: 3F, 18 and 7D. RGB value is (63,24,125). Sum of RGB (Red+Green+Blue) = 63+24+125=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #3F187D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F187D is #C0E782. Grayscale: #2E2E2E. Windows color (decimal): -12642179 or 8198207. OLE color: 8198207.
HSL color Cylindrical-coordinate representation of color #3F187D: hue angle of 263.17º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F187D is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 63 | 24 | 125 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.51 |
| HSL | 263.17º | 0.68% | 0.29% | - |
| HSV(B) | 263.17º | 0.81% | 0.49% | - |
| XYZ | 6.08 | 3.19 | 19.7 | - |
| YUV | 47.18 | 171.92 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 125 | 0.50 | 0.81 | 0 | 0.51 | 263.17 | 0.68 | 0.29 |
| Hex | 3F | 18 | 7D | 32 | 51 | 0 | 33 | 107 | 44 | 1D |
| Octal | 77 | 30 | 175 | 62 | 121 | 0 | 63 | 407 | 104 | 35 |
| Binary | 111111 | 11000 | 1111101 | 110010 | 1010001 | 0 | 110011 | 100000111 | 1000100 | 11101 |
Color Harmonies of #3F187D
Complementary color
Monochromatic Colors of #3F187D
Black with #3F187D
Text Example
Text Example
White with #3F187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F187D; }
p { color: rgb(63,24,125); }
H1.HeaderClassName
{
color: #3F187D;
}
.AnyTagClassName
{
color: #3F187D;
}
</style>
background-color css
<style>
a { background-color: #3F187D; }
a { background-color: rgb(63,24,125); }
div.DivClassName
{
background-color: #3F187D;
}
.BgClassName
{
background-color: #3F187D;
}
</style>
border-color css
<style>
span { border-color: #3F187D; }
span { border-color: rgb(63,24,125); }
td.TdClassName
{
border-color: #3F187D;
}
.TagClassName
{
border-color: #3F187D;
}
</style>