Shades of Persian Indigo #3F1677
Tints of Persian Indigo #3F1677
RGB
CMYK
RGB Variations
Color information
#3F1677 (or 0x3F1677) is known color: Persian Indigo. HEX triplet: 3F, 16 and 77. RGB value is (63,22,119). Sum of RGB (Red+Green+Blue) = 63+22+119=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F1677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1677 is #C0E988. Grayscale: #2C2C2C. Windows color (decimal): -12642697 or 7804479. OLE color: 7804479.
HSL color Cylindrical-coordinate representation of color #3F1677: hue angle of 265.36º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1677 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 22 | 119 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.53 |
| HSL | 265.36º | 0.69% | 0.28% | - |
| HSV(B) | 265.36º | 0.82% | 0.47% | - |
| XYZ | 5.67 | 2.96 | 17.73 | - |
| YUV | 45.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 119 | 0.47 | 0.82 | 0 | 0.53 | 265.36 | 0.69 | 0.28 |
| Hex | 3F | 16 | 77 | 2F | 52 | 0 | 35 | 109 | 45 | 1C |
| Octal | 77 | 26 | 167 | 57 | 122 | 0 | 65 | 411 | 105 | 34 |
| Binary | 111111 | 10110 | 1110111 | 101111 | 1010010 | 0 | 110101 | 100001001 | 1000101 | 11100 |
Color Harmonies of #3F1677
Complementary color
Monochromatic Colors of #3F1677
Black with #3F1677
Text Example
Text Example
White with #3F1677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1677; }
p { color: rgb(63,22,119); }
H1.HeaderClassName
{
color: #3F1677;
}
.AnyTagClassName
{
color: #3F1677;
}
</style>
background-color css
<style>
a { background-color: #3F1677; }
a { background-color: rgb(63,22,119); }
div.DivClassName
{
background-color: #3F1677;
}
.BgClassName
{
background-color: #3F1677;
}
</style>
border-color css
<style>
span { border-color: #3F1677; }
span { border-color: rgb(63,22,119); }
td.TdClassName
{
border-color: #3F1677;
}
.TagClassName
{
border-color: #3F1677;
}
</style>