Shades of Persian Indigo #3F1297
Tints of Persian Indigo #3F1297
RGB
CMYK
RGB Variations
Color information
#3F1297 (or 0x3F1297) is known color: Persian Indigo. HEX triplet: 3F, 12 and 97. RGB value is (63,18,151). Sum of RGB (Red+Green+Blue) = 63+18+151=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F1297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F1297 is #C0ED68. Grayscale: #2E2E2E. Windows color (decimal): -12643689 or 9900607. OLE color: 9900607.
HSL color Cylindrical-coordinate representation of color #3F1297: hue angle of 260.3º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3F1297 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 18 | 151 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.41 |
| HSL | 260.3º | 0.79% | 0.33% | - |
| HSV(B) | 260.3º | 0.88% | 0.59% | - |
| XYZ | 7.85 | 3.72 | 29.58 | - |
| YUV | 46.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 151 | 0.58 | 0.88 | 0 | 0.41 | 260.3 | 0.79 | 0.33 |
| Hex | 3F | 12 | 97 | 3A | 58 | 0 | 29 | 104 | 4F | 21 |
| Octal | 77 | 22 | 227 | 72 | 130 | 0 | 51 | 404 | 117 | 41 |
| Binary | 111111 | 10010 | 10010111 | 111010 | 1011000 | 0 | 101001 | 100000100 | 1001111 | 100001 |
Color Harmonies of #3F1297
Complementary color
Monochromatic Colors of #3F1297
Black with #3F1297
Text Example
Text Example
White with #3F1297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1297; }
p { color: rgb(63,18,151); }
H1.HeaderClassName
{
color: #3F1297;
}
.AnyTagClassName
{
color: #3F1297;
}
</style>
background-color css
<style>
a { background-color: #3F1297; }
a { background-color: rgb(63,18,151); }
div.DivClassName
{
background-color: #3F1297;
}
.BgClassName
{
background-color: #3F1297;
}
</style>
border-color css
<style>
span { border-color: #3F1297; }
span { border-color: rgb(63,18,151); }
td.TdClassName
{
border-color: #3F1297;
}
.TagClassName
{
border-color: #3F1297;
}
</style>