Shades of Persian Indigo #3F0FA3
Tints of Persian Indigo #3F0FA3
RGB
CMYK
RGB Variations
Color information
#3F0FA3 (or 0x3F0FA3) is known color: Persian Indigo. HEX triplet: 3F, 0F and A3. RGB value is (63,15,163). Sum of RGB (Red+Green+Blue) = 63+15+163=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F0FA3 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0FA3 is #C0F05C. Grayscale: #2D2D2D. Windows color (decimal): -12644445 or 10686271. OLE color: 10686271.
HSL color Cylindrical-coordinate representation of color #3F0FA3: hue angle of 259.46º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F0FA3 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 15 | 163 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.36 |
| HSL | 259.46º | 0.83% | 0.35% | - |
| HSV(B) | 259.46º | 0.91% | 0.64% | - |
| XYZ | 8.83 | 4.04 | 34.97 | - |
| YUV | 46.22 | 193.9 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 15 | 163 | 0.61 | 0.91 | 0 | 0.36 | 259.46 | 0.83 | 0.35 |
| Hex | 3F | F | A3 | 3D | 5B | 0 | 24 | 103 | 53 | 23 |
| Octal | 77 | 17 | 243 | 75 | 133 | 0 | 44 | 403 | 123 | 43 |
| Binary | 111111 | 1111 | 10100011 | 111101 | 1011011 | 0 | 100100 | 100000011 | 1010011 | 100011 |
Color Harmonies of #3F0FA3
Complementary color
Monochromatic Colors of #3F0FA3
Black with #3F0FA3
Text Example
Text Example
White with #3F0FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0FA3; }
p { color: rgb(63,15,163); }
H1.HeaderClassName
{
color: #3F0FA3;
}
.AnyTagClassName
{
color: #3F0FA3;
}
</style>
background-color css
<style>
a { background-color: #3F0FA3; }
a { background-color: rgb(63,15,163); }
div.DivClassName
{
background-color: #3F0FA3;
}
.BgClassName
{
background-color: #3F0FA3;
}
</style>
border-color css
<style>
span { border-color: #3F0FA3; }
span { border-color: rgb(63,15,163); }
td.TdClassName
{
border-color: #3F0FA3;
}
.TagClassName
{
border-color: #3F0FA3;
}
</style>