Shades of Persian Blue #3431AB
Tints of Persian Blue #3431AB
RGB
CMYK
RGB Variations
Color information
#3431AB (or 0x3431AB) is known color: Persian Blue. HEX triplet: 34, 31 and AB. RGB value is (52,49,171). Sum of RGB (Red+Green+Blue) = 52+49+171=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #3431AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3431AB is #CBCE54. Grayscale: #3F3F3F. Windows color (decimal): -13356629 or 11219252. OLE color: 11219252.
HSL color Cylindrical-coordinate representation of color #3431AB: hue angle of 241.48º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3431AB is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 49 | 171 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.33 |
| HSL | 241.48º | 0.55% | 0.43% | - |
| HSV(B) | 241.48º | 0.71% | 0.67% | - |
| XYZ | 9.87 | 5.87 | 39.14 | - |
| YUV | 63.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 49 | 171 | 0.70 | 0.71 | 0 | 0.33 | 241.48 | 0.55 | 0.43 |
| Hex | 34 | 31 | AB | 46 | 47 | 0 | 21 | F1 | 37 | 2B |
| Octal | 64 | 61 | 253 | 106 | 107 | 0 | 41 | 361 | 67 | 53 |
| Binary | 110100 | 110001 | 10101011 | 1000110 | 1000111 | 0 | 100001 | 11110001 | 110111 | 101011 |
Color Harmonies of #3431AB
Complementary color
Monochromatic Colors of #3431AB
Black with #3431AB
Text Example
Text Example
White with #3431AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3431AB; }
p { color: rgb(52,49,171); }
H1.HeaderClassName
{
color: #3431AB;
}
.AnyTagClassName
{
color: #3431AB;
}
</style>
background-color css
<style>
a { background-color: #3431AB; }
a { background-color: rgb(52,49,171); }
div.DivClassName
{
background-color: #3431AB;
}
.BgClassName
{
background-color: #3431AB;
}
</style>
border-color css
<style>
span { border-color: #3431AB; }
span { border-color: rgb(52,49,171); }
td.TdClassName
{
border-color: #3431AB;
}
.TagClassName
{
border-color: #3431AB;
}
</style>