Shades of Persian Blue #3A32C1
Tints of Persian Blue #3A32C1
RGB
CMYK
RGB Variations
Color information
#3A32C1 (or 0x3A32C1) is known color: Persian Blue. HEX triplet: 3A, 32 and C1. RGB value is (58,50,193). Sum of RGB (Red+Green+Blue) = 58+50+193=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 193 (75.78% from 255 or 64.12% from 301); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A32C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32C1 is #C5CD3E. Grayscale: #444444. Windows color (decimal): -12963135 or 12661306. OLE color: 12661306.
HSL color Cylindrical-coordinate representation of color #3A32C1: hue angle of 243.36º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A32C1 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 58 | 50 | 193 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.24 |
| HSL | 243.36º | 0.59% | 0.48% | - |
| HSV(B) | 243.36º | 0.74% | 0.76% | - |
| XYZ | 12.51 | 7.03 | 51.15 | - |
| YUV | 68.69 | 198.15 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 193 | 0.70 | 0.74 | 0 | 0.24 | 243.36 | 0.59 | 0.48 |
| Hex | 3A | 32 | C1 | 46 | 4A | 0 | 18 | F3 | 3B | 30 |
| Octal | 72 | 62 | 301 | 106 | 112 | 0 | 30 | 363 | 73 | 60 |
| Binary | 111010 | 110010 | 11000001 | 1000110 | 1001010 | 0 | 11000 | 11110011 | 111011 | 110000 |
Color Harmonies of #3A32C1
Complementary color
Monochromatic Colors of #3A32C1
Black with #3A32C1
Text Example
Text Example
White with #3A32C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32C1; }
p { color: rgb(58,50,193); }
H1.HeaderClassName
{
color: #3A32C1;
}
.AnyTagClassName
{
color: #3A32C1;
}
</style>
background-color css
<style>
a { background-color: #3A32C1; }
a { background-color: rgb(58,50,193); }
div.DivClassName
{
background-color: #3A32C1;
}
.BgClassName
{
background-color: #3A32C1;
}
</style>
border-color css
<style>
span { border-color: #3A32C1; }
span { border-color: rgb(58,50,193); }
td.TdClassName
{
border-color: #3A32C1;
}
.TagClassName
{
border-color: #3A32C1;
}
</style>