Shades of Persian Blue #3241AD
Tints of Persian Blue #3241AD
RGB
CMYK
RGB Variations
Color information
#3241AD (or 0x3241AD) is known color: Persian Blue. HEX triplet: 32, 41 and AD. RGB value is (50,65,173). Sum of RGB (Red+Green+Blue) = 50+65+173=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3241AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3241AD is #CDBE52. Grayscale: #484848. Windows color (decimal): -13483603 or 11354418. OLE color: 11354418.
HSL color Cylindrical-coordinate representation of color #3241AD: hue angle of 232.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3241AD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 65 | 173 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.32 |
| HSL | 232.68º | 0.55% | 0.44% | - |
| HSV(B) | 232.68º | 0.71% | 0.68% | - |
| XYZ | 10.75 | 7.48 | 40.41 | - |
| YUV | 72.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 173 | 0.71 | 0.62 | 0 | 0.32 | 232.68 | 0.55 | 0.44 |
| Hex | 32 | 41 | AD | 47 | 3E | 0 | 20 | E9 | 37 | 2C |
| Octal | 62 | 101 | 255 | 107 | 76 | 0 | 40 | 351 | 67 | 54 |
| Binary | 110010 | 1000001 | 10101101 | 1000111 | 111110 | 0 | 100000 | 11101001 | 110111 | 101100 |
Color Harmonies of #3241AD
Complementary color
Monochromatic Colors of #3241AD
Black with #3241AD
Text Example
Text Example
White with #3241AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241AD; }
p { color: rgb(50,65,173); }
H1.HeaderClassName
{
color: #3241AD;
}
.AnyTagClassName
{
color: #3241AD;
}
</style>
background-color css
<style>
a { background-color: #3241AD; }
a { background-color: rgb(50,65,173); }
div.DivClassName
{
background-color: #3241AD;
}
.BgClassName
{
background-color: #3241AD;
}
</style>
border-color css
<style>
span { border-color: #3241AD; }
span { border-color: rgb(50,65,173); }
td.TdClassName
{
border-color: #3241AD;
}
.TagClassName
{
border-color: #3241AD;
}
</style>