Shades of Persian Indigo #3F0D73
Tints of Persian Indigo #3F0D73
RGB
CMYK
RGB Variations
Color information
#3F0D73 (or 0x3F0D73) is known color: Persian Indigo. HEX triplet: 3F, 0D and 73. RGB value is (63,13,115). Sum of RGB (Red+Green+Blue) = 63+13+115=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F0D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0D73 is #C0F28C. Grayscale: #272727. Windows color (decimal): -12645005 or 7540031. OLE color: 7540031.
HSL color Cylindrical-coordinate representation of color #3F0D73: hue angle of 269.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3F0D73 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 13 | 115 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.55 |
| HSL | 269.41º | 0.8% | 0.25% | - |
| HSV(B) | 269.41º | 0.89% | 0.45% | - |
| XYZ | 5.29 | 2.58 | 16.44 | - |
| YUV | 39.58 | 170.57 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 115 | 0.45 | 0.89 | 0 | 0.55 | 269.41 | 0.8 | 0.25 |
| Hex | 3F | D | 73 | 2D | 59 | 0 | 37 | 10D | 50 | 19 |
| Octal | 77 | 15 | 163 | 55 | 131 | 0 | 67 | 415 | 120 | 31 |
| Binary | 111111 | 1101 | 1110011 | 101101 | 1011001 | 0 | 110111 | 100001101 | 1010000 | 11001 |
Color Harmonies of #3F0D73
Complementary color
Monochromatic Colors of #3F0D73
Black with #3F0D73
Text Example
Text Example
White with #3F0D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D73; }
p { color: rgb(63,13,115); }
H1.HeaderClassName
{
color: #3F0D73;
}
.AnyTagClassName
{
color: #3F0D73;
}
</style>
background-color css
<style>
a { background-color: #3F0D73; }
a { background-color: rgb(63,13,115); }
div.DivClassName
{
background-color: #3F0D73;
}
.BgClassName
{
background-color: #3F0D73;
}
</style>
border-color css
<style>
span { border-color: #3F0D73; }
span { border-color: rgb(63,13,115); }
td.TdClassName
{
border-color: #3F0D73;
}
.TagClassName
{
border-color: #3F0D73;
}
</style>