Shades of Persian Indigo #3F179F
Tints of Persian Indigo #3F179F
RGB
CMYK
RGB Variations
Color information
#3F179F (or 0x3F179F) is known color: Persian Indigo. HEX triplet: 3F, 17 and 9F. RGB value is (63,23,159). Sum of RGB (Red+Green+Blue) = 63+23+159=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 159 (62.5% from 255 or 64.90% from 245); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F179F is #C0E860. Grayscale: #313131. Windows color (decimal): -12642401 or 10426175. OLE color: 10426175.
HSL color Cylindrical-coordinate representation of color #3F179F: hue angle of 257.65º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F179F is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 23 | 159 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.38 |
| HSL | 257.65º | 0.75% | 0.36% | - |
| HSV(B) | 257.65º | 0.86% | 0.62% | - |
| XYZ | 8.61 | 4.17 | 33.15 | - |
| YUV | 50.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 159 | 0.60 | 0.86 | 0 | 0.38 | 257.65 | 0.75 | 0.36 |
| Hex | 3F | 17 | 9F | 3C | 56 | 0 | 26 | 102 | 4B | 24 |
| Octal | 77 | 27 | 237 | 74 | 126 | 0 | 46 | 402 | 113 | 44 |
| Binary | 111111 | 10111 | 10011111 | 111100 | 1010110 | 0 | 100110 | 100000010 | 1001011 | 100100 |
Color Harmonies of #3F179F
Complementary color
Monochromatic Colors of #3F179F
Black with #3F179F
Text Example
Text Example
White with #3F179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F179F; }
p { color: rgb(63,23,159); }
H1.HeaderClassName
{
color: #3F179F;
}
.AnyTagClassName
{
color: #3F179F;
}
</style>
background-color css
<style>
a { background-color: #3F179F; }
a { background-color: rgb(63,23,159); }
div.DivClassName
{
background-color: #3F179F;
}
.BgClassName
{
background-color: #3F179F;
}
</style>
border-color css
<style>
span { border-color: #3F179F; }
span { border-color: rgb(63,23,159); }
td.TdClassName
{
border-color: #3F179F;
}
.TagClassName
{
border-color: #3F179F;
}
</style>