Shades of Persian Blue #3240AB
Tints of Persian Blue #3240AB
RGB
CMYK
RGB Variations
Color information
#3240AB (or 0x3240AB) is known color: Persian Blue. HEX triplet: 32, 40 and AB. RGB value is (50,64,171). Sum of RGB (Red+Green+Blue) = 50+64+171=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3240AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3240AB is #CDBF54. Grayscale: #474747. Windows color (decimal): -13483861 or 11223090. OLE color: 11223090.
HSL color Cylindrical-coordinate representation of color #3240AB: hue angle of 233.06º 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 #3240AB is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 64 | 171 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.33 |
| HSL | 233.06º | 0.55% | 0.43% | - |
| HSV(B) | 233.06º | 0.71% | 0.67% | - |
| XYZ | 10.5 | 7.29 | 39.38 | - |
| YUV | 72.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 171 | 0.71 | 0.63 | 0 | 0.33 | 233.06 | 0.55 | 0.43 |
| Hex | 32 | 40 | AB | 47 | 3F | 0 | 21 | E9 | 37 | 2B |
| Octal | 62 | 100 | 253 | 107 | 77 | 0 | 41 | 351 | 67 | 53 |
| Binary | 110010 | 1000000 | 10101011 | 1000111 | 111111 | 0 | 100001 | 11101001 | 110111 | 101011 |
Color Harmonies of #3240AB
Complementary color
Monochromatic Colors of #3240AB
Black with #3240AB
Text Example
Text Example
White with #3240AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3240AB; }
p { color: rgb(50,64,171); }
H1.HeaderClassName
{
color: #3240AB;
}
.AnyTagClassName
{
color: #3240AB;
}
</style>
background-color css
<style>
a { background-color: #3240AB; }
a { background-color: rgb(50,64,171); }
div.DivClassName
{
background-color: #3240AB;
}
.BgClassName
{
background-color: #3240AB;
}
</style>
border-color css
<style>
span { border-color: #3240AB; }
span { border-color: rgb(50,64,171); }
td.TdClassName
{
border-color: #3240AB;
}
.TagClassName
{
border-color: #3240AB;
}
</style>