Shades of Persian Blue #3241AF
Tints of Persian Blue #3241AF
RGB
CMYK
RGB Variations
Color information
#3241AF (or 0x3241AF) is known color: Persian Blue. HEX triplet: 32, 41 and AF. RGB value is (50,65,175). Sum of RGB (Red+Green+Blue) = 50+65+175=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #3241AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3241AF is #CDBE50. Grayscale: #484848. Windows color (decimal): -13483601 or 11485490. OLE color: 11485490.
HSL color Cylindrical-coordinate representation of color #3241AF: hue angle of 232.8º 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 #3241AF is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 65 | 175 | - |
| CMYK | 0.71 | 0.63 | 0 | 0.31 |
| HSL | 232.8º | 0.56% | 0.44% | - |
| HSV(B) | 232.8º | 0.71% | 0.69% | - |
| XYZ | 10.94 | 7.55 | 41.44 | - |
| YUV | 73.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 175 | 0.71 | 0.63 | 0 | 0.31 | 232.8 | 0.56 | 0.44 |
| Hex | 32 | 41 | AF | 47 | 3F | 0 | 1F | E9 | 38 | 2C |
| Octal | 62 | 101 | 257 | 107 | 77 | 0 | 37 | 351 | 70 | 54 |
| Binary | 110010 | 1000001 | 10101111 | 1000111 | 111111 | 0 | 11111 | 11101001 | 111000 | 101100 |
Color Harmonies of #3241AF
Complementary color
Monochromatic Colors of #3241AF
Black with #3241AF
Text Example
Text Example
White with #3241AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241AF; }
p { color: rgb(50,65,175); }
H1.HeaderClassName
{
color: #3241AF;
}
.AnyTagClassName
{
color: #3241AF;
}
</style>
background-color css
<style>
a { background-color: #3241AF; }
a { background-color: rgb(50,65,175); }
div.DivClassName
{
background-color: #3241AF;
}
.BgClassName
{
background-color: #3241AF;
}
</style>
border-color css
<style>
span { border-color: #3241AF; }
span { border-color: rgb(50,65,175); }
td.TdClassName
{
border-color: #3241AF;
}
.TagClassName
{
border-color: #3241AF;
}
</style>