Shades of Persian Blue #3A2FCF
Tints of Persian Blue #3A2FCF
RGB
CMYK
RGB Variations
Color information
#3A2FCF (or 0x3A2FCF) is known color: Persian Blue. HEX triplet: 3A, 2F and CF. RGB value is (58,47,207). Sum of RGB (Red+Green+Blue) = 58+47+207=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FCF is #C5D030. Grayscale: #434343. Windows color (decimal): -12963889 or 13578042. OLE color: 13578042.
HSL color Cylindrical-coordinate representation of color #3A2FCF: hue angle of 244.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2FCF is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 47 | 207 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.19 |
| HSL | 244.13º | 0.63% | 0.5% | - |
| HSV(B) | 244.13º | 0.77% | 0.81% | - |
| XYZ | 14.02 | 7.44 | 59.73 | - |
| YUV | 68.53 | 206.14 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 47 | 207 | 0.72 | 0.77 | 0 | 0.19 | 244.13 | 0.63 | 0.5 |
| Hex | 3A | 2F | CF | 48 | 4D | 0 | 13 | F4 | 3F | 32 |
| Octal | 72 | 57 | 317 | 110 | 115 | 0 | 23 | 364 | 77 | 62 |
| Binary | 111010 | 101111 | 11001111 | 1001000 | 1001101 | 0 | 10011 | 11110100 | 111111 | 110010 |
Color Harmonies of #3A2FCF
Complementary color
Monochromatic Colors of #3A2FCF
Black with #3A2FCF
Text Example
Text Example
White with #3A2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2FCF; }
p { color: rgb(58,47,207); }
H1.HeaderClassName
{
color: #3A2FCF;
}
.AnyTagClassName
{
color: #3A2FCF;
}
</style>
background-color css
<style>
a { background-color: #3A2FCF; }
a { background-color: rgb(58,47,207); }
div.DivClassName
{
background-color: #3A2FCF;
}
.BgClassName
{
background-color: #3A2FCF;
}
</style>
border-color css
<style>
span { border-color: #3A2FCF; }
span { border-color: rgb(58,47,207); }
td.TdClassName
{
border-color: #3A2FCF;
}
.TagClassName
{
border-color: #3A2FCF;
}
</style>