Shades of Persian Blue #3A32BE
Tints of Persian Blue #3A32BE
RGB
CMYK
RGB Variations
Color information
#3A32BE (or 0x3A32BE) is known color: Persian Blue. HEX triplet: 3A, 32 and BE. RGB value is (58,50,190). Sum of RGB (Red+Green+Blue) = 58+50+190=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32BE is #C5CD41. Grayscale: #434343. Windows color (decimal): -12963138 or 12464698. OLE color: 12464698.
HSL color Cylindrical-coordinate representation of color #3A32BE: hue angle of 243.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A32BE is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 50 | 190 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.25 |
| HSL | 243.43º | 0.58% | 0.47% | - |
| HSV(B) | 243.43º | 0.74% | 0.75% | - |
| XYZ | 12.18 | 6.9 | 49.4 | - |
| YUV | 68.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 190 | 0.69 | 0.74 | 0 | 0.25 | 243.43 | 0.58 | 0.47 |
| Hex | 3A | 32 | BE | 45 | 4A | 0 | 19 | F3 | 3A | 2F |
| Octal | 72 | 62 | 276 | 105 | 112 | 0 | 31 | 363 | 72 | 57 |
| Binary | 111010 | 110010 | 10111110 | 1000101 | 1001010 | 0 | 11001 | 11110011 | 111010 | 101111 |
Color Harmonies of #3A32BE
Complementary color
Monochromatic Colors of #3A32BE
Black with #3A32BE
Text Example
Text Example
White with #3A32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32BE; }
p { color: rgb(58,50,190); }
H1.HeaderClassName
{
color: #3A32BE;
}
.AnyTagClassName
{
color: #3A32BE;
}
</style>
background-color css
<style>
a { background-color: #3A32BE; }
a { background-color: rgb(58,50,190); }
div.DivClassName
{
background-color: #3A32BE;
}
.BgClassName
{
background-color: #3A32BE;
}
</style>
border-color css
<style>
span { border-color: #3A32BE; }
span { border-color: rgb(58,50,190); }
td.TdClassName
{
border-color: #3A32BE;
}
.TagClassName
{
border-color: #3A32BE;
}
</style>