Shades of Persian Indigo #3F1676
Tints of Persian Indigo #3F1676
RGB
CMYK
RGB Variations
Color information
#3F1676 (or 0x3F1676) is known color: Persian Indigo. HEX triplet: 3F, 16 and 76. RGB value is (63,22,118). Sum of RGB (Red+Green+Blue) = 63+22+118=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F1676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1676 is #C0E989. Grayscale: #2C2C2C. Windows color (decimal): -12642698 or 7738943. OLE color: 7738943.
HSL color Cylindrical-coordinate representation of color #3F1676: hue angle of 265.62º degrees, saturation: 0.69, 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 #3F1676 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 22 | 118 | - |
| CMYK | 0.47 | 0.81 | 0 | 0.54 |
| HSL | 265.63º | 0.69% | 0.27% | - |
| HSV(B) | 265.63º | 0.81% | 0.46% | - |
| XYZ | 5.61 | 2.94 | 17.41 | - |
| YUV | 45.2 | 169.08 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 118 | 0.47 | 0.81 | 0 | 0.54 | 265.63 | 0.69 | 0.27 |
| Hex | 3F | 16 | 76 | 2F | 51 | 0 | 36 | 10A | 45 | 1B |
| Octal | 77 | 26 | 166 | 57 | 121 | 0 | 66 | 412 | 105 | 33 |
| Binary | 111111 | 10110 | 1110110 | 101111 | 1010001 | 0 | 110110 | 100001010 | 1000101 | 11011 |
Color Harmonies of #3F1676
Complementary color
Monochromatic Colors of #3F1676
Black with #3F1676
Text Example
Text Example
White with #3F1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1676; }
p { color: rgb(63,22,118); }
H1.HeaderClassName
{
color: #3F1676;
}
.AnyTagClassName
{
color: #3F1676;
}
</style>
background-color css
<style>
a { background-color: #3F1676; }
a { background-color: rgb(63,22,118); }
div.DivClassName
{
background-color: #3F1676;
}
.BgClassName
{
background-color: #3F1676;
}
</style>
border-color css
<style>
span { border-color: #3F1676; }
span { border-color: rgb(63,22,118); }
td.TdClassName
{
border-color: #3F1676;
}
.TagClassName
{
border-color: #3F1676;
}
</style>