Shades of Persian Indigo #3F0FAA
Tints of Persian Indigo #3F0FAA
RGB
CMYK
RGB Variations
Color information
#3F0FAA (or 0x3F0FAA) is known color: Persian Indigo. HEX triplet: 3F, 0F and AA. RGB value is (63,15,170). Sum of RGB (Red+Green+Blue) = 63+15+170=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F0FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FAA is #C0F055. Grayscale: #2E2E2E. Windows color (decimal): -12644438 or 11145023. OLE color: 11145023.
HSL color Cylindrical-coordinate representation of color #3F0FAA: hue angle of 258.58º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FAA is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 15 | 170 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.33 |
| HSL | 258.58º | 0.84% | 0.36% | - |
| HSV(B) | 258.58º | 0.91% | 0.67% | - |
| XYZ | 9.48 | 4.3 | 38.36 | - |
| YUV | 47.02 | 197.4 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 170 | 0.63 | 0.91 | 0 | 0.33 | 258.58 | 0.84 | 0.36 |
| Hex | 3F | F | AA | 3F | 5B | 0 | 21 | 103 | 54 | 24 |
| Octal | 77 | 17 | 252 | 77 | 133 | 0 | 41 | 403 | 124 | 44 |
| Binary | 111111 | 1111 | 10101010 | 111111 | 1011011 | 0 | 100001 | 100000011 | 1010100 | 100100 |
Color Harmonies of #3F0FAA
Complementary color
Monochromatic Colors of #3F0FAA
Black with #3F0FAA
Text Example
Text Example
White with #3F0FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FAA; }
p { color: rgb(63,15,170); }
H1.HeaderClassName
{
color: #3F0FAA;
}
.AnyTagClassName
{
color: #3F0FAA;
}
</style>
background-color css
<style>
a { background-color: #3F0FAA; }
a { background-color: rgb(63,15,170); }
div.DivClassName
{
background-color: #3F0FAA;
}
.BgClassName
{
background-color: #3F0FAA;
}
</style>
border-color css
<style>
span { border-color: #3F0FAA; }
span { border-color: rgb(63,15,170); }
td.TdClassName
{
border-color: #3F0FAA;
}
.TagClassName
{
border-color: #3F0FAA;
}
</style>