Shades of Persian Indigo #3F1885
Tints of Persian Indigo #3F1885
RGB
CMYK
RGB Variations
Color information
#3F1885 (or 0x3F1885) is known color: Persian Indigo. HEX triplet: 3F, 18 and 85. RGB value is (63,24,133). Sum of RGB (Red+Green+Blue) = 63+24+133=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #3F1885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1885 is #C0E77A. Grayscale: #2F2F2F. Windows color (decimal): -12642171 or 8722495. OLE color: 8722495.
HSL color Cylindrical-coordinate representation of color #3F1885: hue angle of 261.47º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F1885 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 63 | 24 | 133 | - |
| CMYK | 0.53 | 0.82 | 0 | 0.48 |
| HSL | 261.47º | 0.69% | 0.31% | - |
| HSV(B) | 261.47º | 0.82% | 0.52% | - |
| XYZ | 6.61 | 3.4 | 22.5 | - |
| YUV | 48.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 133 | 0.53 | 0.82 | 0 | 0.48 | 261.47 | 0.69 | 0.31 |
| Hex | 3F | 18 | 85 | 35 | 52 | 0 | 30 | 105 | 45 | 1F |
| Octal | 77 | 30 | 205 | 65 | 122 | 0 | 60 | 405 | 105 | 37 |
| Binary | 111111 | 11000 | 10000101 | 110101 | 1010010 | 0 | 110000 | 100000101 | 1000101 | 11111 |
Color Harmonies of #3F1885
Complementary color
Monochromatic Colors of #3F1885
Black with #3F1885
Text Example
Text Example
White with #3F1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1885; }
p { color: rgb(63,24,133); }
H1.HeaderClassName
{
color: #3F1885;
}
.AnyTagClassName
{
color: #3F1885;
}
</style>
background-color css
<style>
a { background-color: #3F1885; }
a { background-color: rgb(63,24,133); }
div.DivClassName
{
background-color: #3F1885;
}
.BgClassName
{
background-color: #3F1885;
}
</style>
border-color css
<style>
span { border-color: #3F1885; }
span { border-color: rgb(63,24,133); }
td.TdClassName
{
border-color: #3F1885;
}
.TagClassName
{
border-color: #3F1885;
}
</style>