Shades of Persian Indigo #3F1675
Tints of Persian Indigo #3F1675
RGB
CMYK
RGB Variations
Color information
#3F1675 (or 0x3F1675) is known color: Persian Indigo. HEX triplet: 3F, 16 and 75. RGB value is (63,22,117). Sum of RGB (Red+Green+Blue) = 63+22+117=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1675 is #C0E98A. Grayscale: #2C2C2C. Windows color (decimal): -12642699 or 7673407. OLE color: 7673407.
HSL color Cylindrical-coordinate representation of color #3F1675: hue angle of 265.89º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F1675 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 22 | 117 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.54 |
| HSL | 265.89º | 0.68% | 0.27% | - |
| HSV(B) | 265.89º | 0.81% | 0.46% | - |
| XYZ | 5.55 | 2.91 | 17.1 | - |
| YUV | 45.09 | 168.58 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 117 | 0.46 | 0.81 | 0 | 0.54 | 265.89 | 0.68 | 0.27 |
| Hex | 3F | 16 | 75 | 2E | 51 | 0 | 36 | 10A | 44 | 1B |
| Octal | 77 | 26 | 165 | 56 | 121 | 0 | 66 | 412 | 104 | 33 |
| Binary | 111111 | 10110 | 1110101 | 101110 | 1010001 | 0 | 110110 | 100001010 | 1000100 | 11011 |
Color Harmonies of #3F1675
Complementary color
Monochromatic Colors of #3F1675
Black with #3F1675
Text Example
Text Example
White with #3F1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1675; }
p { color: rgb(63,22,117); }
H1.HeaderClassName
{
color: #3F1675;
}
.AnyTagClassName
{
color: #3F1675;
}
</style>
background-color css
<style>
a { background-color: #3F1675; }
a { background-color: rgb(63,22,117); }
div.DivClassName
{
background-color: #3F1675;
}
.BgClassName
{
background-color: #3F1675;
}
</style>
border-color css
<style>
span { border-color: #3F1675; }
span { border-color: rgb(63,22,117); }
td.TdClassName
{
border-color: #3F1675;
}
.TagClassName
{
border-color: #3F1675;
}
</style>