Shades of Persian Indigo #3F1072
Tints of Persian Indigo #3F1072
RGB
CMYK
RGB Variations
Color information
#3F1072 (or 0x3F1072) is known color: Persian Indigo. HEX triplet: 3F, 10 and 72. RGB value is (63,16,114). Sum of RGB (Red+Green+Blue) = 63+16+114=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1072 is #C0EF8D. Grayscale: #282828. Windows color (decimal): -12644238 or 7475263. OLE color: 7475263.
HSL color Cylindrical-coordinate representation of color #3F1072: hue angle of 268.78º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1072 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 16 | 114 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.55 |
| HSL | 268.78º | 0.75% | 0.25% | - |
| HSV(B) | 268.78º | 0.86% | 0.45% | - |
| XYZ | 5.27 | 2.64 | 16.15 | - |
| YUV | 41.23 | 169.07 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 114 | 0.45 | 0.86 | 0 | 0.55 | 268.78 | 0.75 | 0.25 |
| Hex | 3F | 10 | 72 | 2D | 56 | 0 | 37 | 10D | 4B | 19 |
| Octal | 77 | 20 | 162 | 55 | 126 | 0 | 67 | 415 | 113 | 31 |
| Binary | 111111 | 10000 | 1110010 | 101101 | 1010110 | 0 | 110111 | 100001101 | 1001011 | 11001 |
Color Harmonies of #3F1072
Complementary color
Monochromatic Colors of #3F1072
Black with #3F1072
Text Example
Text Example
White with #3F1072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1072; }
p { color: rgb(63,16,114); }
H1.HeaderClassName
{
color: #3F1072;
}
.AnyTagClassName
{
color: #3F1072;
}
</style>
background-color css
<style>
a { background-color: #3F1072; }
a { background-color: rgb(63,16,114); }
div.DivClassName
{
background-color: #3F1072;
}
.BgClassName
{
background-color: #3F1072;
}
</style>
border-color css
<style>
span { border-color: #3F1072; }
span { border-color: rgb(63,16,114); }
td.TdClassName
{
border-color: #3F1072;
}
.TagClassName
{
border-color: #3F1072;
}
</style>