Shades of Persian Indigo #3F1290
Tints of Persian Indigo #3F1290
RGB
CMYK
RGB Variations
Color information
#3F1290 (or 0x3F1290) is known color: Persian Indigo. HEX triplet: 3F, 12 and 90. RGB value is (63,18,144). Sum of RGB (Red+Green+Blue) = 63+18+144=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F1290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1290 is #C0ED6F. Grayscale: #2D2D2D. Windows color (decimal): -12643696 or 9441855. OLE color: 9441855.
HSL color Cylindrical-coordinate representation of color #3F1290: hue angle of 261.43º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1290 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 18 | 144 | - |
| CMYK | 0.56 | 0.88 | 0 | 0.44 |
| HSL | 261.43º | 0.78% | 0.32% | - |
| HSV(B) | 261.43º | 0.88% | 0.56% | - |
| XYZ | 7.3 | 3.5 | 26.68 | - |
| YUV | 45.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 144 | 0.56 | 0.88 | 0 | 0.44 | 261.43 | 0.78 | 0.32 |
| Hex | 3F | 12 | 90 | 38 | 58 | 0 | 2C | 105 | 4E | 20 |
| Octal | 77 | 22 | 220 | 70 | 130 | 0 | 54 | 405 | 116 | 40 |
| Binary | 111111 | 10010 | 10010000 | 111000 | 1011000 | 0 | 101100 | 100000101 | 1001110 | 100000 |
Color Harmonies of #3F1290
Complementary color
Monochromatic Colors of #3F1290
Black with #3F1290
Text Example
Text Example
White with #3F1290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1290; }
p { color: rgb(63,18,144); }
H1.HeaderClassName
{
color: #3F1290;
}
.AnyTagClassName
{
color: #3F1290;
}
</style>
background-color css
<style>
a { background-color: #3F1290; }
a { background-color: rgb(63,18,144); }
div.DivClassName
{
background-color: #3F1290;
}
.BgClassName
{
background-color: #3F1290;
}
</style>
border-color css
<style>
span { border-color: #3F1290; }
span { border-color: rgb(63,18,144); }
td.TdClassName
{
border-color: #3F1290;
}
.TagClassName
{
border-color: #3F1290;
}
</style>