Shades of Persian Blue #3A32AF
Tints of Persian Blue #3A32AF
RGB
CMYK
RGB Variations
Color information
#3A32AF (or 0x3A32AF) is known color: Persian Blue. HEX triplet: 3A, 32 and AF. RGB value is (58,50,175). Sum of RGB (Red+Green+Blue) = 58+50+175=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A32AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A32AF is #C5CD50. Grayscale: #424242. Windows color (decimal): -12963153 or 11481658. OLE color: 11481658.
HSL color Cylindrical-coordinate representation of color #3A32AF: hue angle of 243.84º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A32AF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 50 | 175 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.31 |
| HSL | 243.84º | 0.56% | 0.44% | - |
| HSV(B) | 243.84º | 0.71% | 0.69% | - |
| XYZ | 10.62 | 6.28 | 41.21 | - |
| YUV | 66.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 175 | 0.67 | 0.71 | 0 | 0.31 | 243.84 | 0.56 | 0.44 |
| Hex | 3A | 32 | AF | 43 | 47 | 0 | 1F | F4 | 38 | 2C |
| Octal | 72 | 62 | 257 | 103 | 107 | 0 | 37 | 364 | 70 | 54 |
| Binary | 111010 | 110010 | 10101111 | 1000011 | 1000111 | 0 | 11111 | 11110100 | 111000 | 101100 |
Color Harmonies of #3A32AF
Complementary color
Monochromatic Colors of #3A32AF
Black with #3A32AF
Text Example
Text Example
White with #3A32AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A32AF; }
p { color: rgb(58,50,175); }
H1.HeaderClassName
{
color: #3A32AF;
}
.AnyTagClassName
{
color: #3A32AF;
}
</style>
background-color css
<style>
a { background-color: #3A32AF; }
a { background-color: rgb(58,50,175); }
div.DivClassName
{
background-color: #3A32AF;
}
.BgClassName
{
background-color: #3A32AF;
}
</style>
border-color css
<style>
span { border-color: #3A32AF; }
span { border-color: rgb(58,50,175); }
td.TdClassName
{
border-color: #3A32AF;
}
.TagClassName
{
border-color: #3A32AF;
}
</style>