Shades of Persian Indigo #3F1973
Tints of Persian Indigo #3F1973
RGB
CMYK
RGB Variations
Color information
#3F1973 (or 0x3F1973) is known color: Persian Indigo. HEX triplet: 3F, 19 and 73. RGB value is (63,25,115). Sum of RGB (Red+Green+Blue) = 63+25+115=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 25 (10.16% from 255 or 12.32% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F1973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1973 is #C0E68C. Grayscale: #2E2E2E. Windows color (decimal): -12641933 or 7543103. OLE color: 7543103.
HSL color Cylindrical-coordinate representation of color #3F1973: hue angle of 265.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F1973 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 25 | 115 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.55 |
| HSL | 265.33º | 0.64% | 0.27% | - |
| HSV(B) | 265.33º | 0.78% | 0.45% | - |
| XYZ | 5.49 | 2.99 | 16.51 | - |
| YUV | 46.62 | 166.59 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 115 | 0.45 | 0.78 | 0 | 0.55 | 265.33 | 0.64 | 0.27 |
| Hex | 3F | 19 | 73 | 2D | 4E | 0 | 37 | 109 | 40 | 1B |
| Octal | 77 | 31 | 163 | 55 | 116 | 0 | 67 | 411 | 100 | 33 |
| Binary | 111111 | 11001 | 1110011 | 101101 | 1001110 | 0 | 110111 | 100001001 | 1000000 | 11011 |
Color Harmonies of #3F1973
Complementary color
Monochromatic Colors of #3F1973
Black with #3F1973
Text Example
Text Example
White with #3F1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1973; }
p { color: rgb(63,25,115); }
H1.HeaderClassName
{
color: #3F1973;
}
.AnyTagClassName
{
color: #3F1973;
}
</style>
background-color css
<style>
a { background-color: #3F1973; }
a { background-color: rgb(63,25,115); }
div.DivClassName
{
background-color: #3F1973;
}
.BgClassName
{
background-color: #3F1973;
}
</style>
border-color css
<style>
span { border-color: #3F1973; }
span { border-color: rgb(63,25,115); }
td.TdClassName
{
border-color: #3F1973;
}
.TagClassName
{
border-color: #3F1973;
}
</style>