Shades of Persian Indigo #3F1775
Tints of Persian Indigo #3F1775
RGB
CMYK
RGB Variations
Color information
#3F1775 (or 0x3F1775) is known color: Persian Indigo. HEX triplet: 3F, 17 and 75. RGB value is (63,23,117). Sum of RGB (Red+Green+Blue) = 63+23+117=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F1775 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1775 is #C0E88A. Grayscale: #2D2D2D. Windows color (decimal): -12642443 or 7673663. OLE color: 7673663.
HSL color Cylindrical-coordinate representation of color #3F1775: hue angle of 265.53º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F1775 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 23 | 117 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.54 |
| HSL | 265.53º | 0.67% | 0.27% | - |
| HSV(B) | 265.53º | 0.8% | 0.46% | - |
| XYZ | 5.57 | 2.95 | 17.11 | - |
| YUV | 45.68 | 168.25 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 117 | 0.46 | 0.80 | 0 | 0.54 | 265.53 | 0.67 | 0.27 |
| Hex | 3F | 17 | 75 | 2E | 50 | 0 | 36 | 10A | 43 | 1B |
| Octal | 77 | 27 | 165 | 56 | 120 | 0 | 66 | 412 | 103 | 33 |
| Binary | 111111 | 10111 | 1110101 | 101110 | 1010000 | 0 | 110110 | 100001010 | 1000011 | 11011 |
Color Harmonies of #3F1775
Complementary color
Monochromatic Colors of #3F1775
Black with #3F1775
Text Example
Text Example
White with #3F1775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1775; }
p { color: rgb(63,23,117); }
H1.HeaderClassName
{
color: #3F1775;
}
.AnyTagClassName
{
color: #3F1775;
}
</style>
background-color css
<style>
a { background-color: #3F1775; }
a { background-color: rgb(63,23,117); }
div.DivClassName
{
background-color: #3F1775;
}
.BgClassName
{
background-color: #3F1775;
}
</style>
border-color css
<style>
span { border-color: #3F1775; }
span { border-color: rgb(63,23,117); }
td.TdClassName
{
border-color: #3F1775;
}
.TagClassName
{
border-color: #3F1775;
}
</style>