Shades of Persian Indigo #3F0FA7
Tints of Persian Indigo #3F0FA7
RGB
CMYK
RGB Variations
Color information
#3F0FA7 (or 0x3F0FA7) is known color: Persian Indigo. HEX triplet: 3F, 0F and A7. RGB value is (63,15,167). Sum of RGB (Red+Green+Blue) = 63+15+167=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 167 (65.62% from 255 or 68.16% from 245); Max value from RGB is 167 - color contains mainly: blue. Hex color #3F0FA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FA7 is #C0F058. Grayscale: #2E2E2E. Windows color (decimal): -12644441 or 10948415. OLE color: 10948415.
HSL color Cylindrical-coordinate representation of color #3F0FA7: hue angle of 258.95º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FA7 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 15 | 167 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.35 |
| HSL | 258.95º | 0.84% | 0.36% | - |
| HSV(B) | 258.95º | 0.91% | 0.65% | - |
| XYZ | 9.2 | 4.19 | 36.88 | - |
| YUV | 46.68 | 195.9 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 167 | 0.62 | 0.91 | 0 | 0.35 | 258.95 | 0.84 | 0.36 |
| Hex | 3F | F | A7 | 3E | 5B | 0 | 23 | 103 | 54 | 24 |
| Octal | 77 | 17 | 247 | 76 | 133 | 0 | 43 | 403 | 124 | 44 |
| Binary | 111111 | 1111 | 10100111 | 111110 | 1011011 | 0 | 100011 | 100000011 | 1010100 | 100100 |
Color Harmonies of #3F0FA7
Complementary color
Monochromatic Colors of #3F0FA7
Black with #3F0FA7
Text Example
Text Example
White with #3F0FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FA7; }
p { color: rgb(63,15,167); }
H1.HeaderClassName
{
color: #3F0FA7;
}
.AnyTagClassName
{
color: #3F0FA7;
}
</style>
background-color css
<style>
a { background-color: #3F0FA7; }
a { background-color: rgb(63,15,167); }
div.DivClassName
{
background-color: #3F0FA7;
}
.BgClassName
{
background-color: #3F0FA7;
}
</style>
border-color css
<style>
span { border-color: #3F0FA7; }
span { border-color: rgb(63,15,167); }
td.TdClassName
{
border-color: #3F0FA7;
}
.TagClassName
{
border-color: #3F0FA7;
}
</style>