Shades of Persian Blue #3241AA
Tints of Persian Blue #3241AA
RGB
CMYK
RGB Variations
Color information
#3241AA (or 0x3241AA) is known color: Persian Blue. HEX triplet: 32, 41 and AA. RGB value is (50,65,170). Sum of RGB (Red+Green+Blue) = 50+65+170=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3241AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3241AA is #CDBE55. Grayscale: #484848. Windows color (decimal): -13483606 or 11157810. OLE color: 11157810.
HSL color Cylindrical-coordinate representation of color #3241AA: hue angle of 232.5º 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 #3241AA is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 65 | 170 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.33 |
| HSL | 232.5º | 0.55% | 0.43% | - |
| HSV(B) | 232.5º | 0.71% | 0.67% | - |
| XYZ | 10.46 | 7.36 | 38.9 | - |
| YUV | 72.49 | 183.03 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 170 | 0.71 | 0.62 | 0 | 0.33 | 232.5 | 0.55 | 0.43 |
| Hex | 32 | 41 | AA | 47 | 3E | 0 | 21 | E8 | 37 | 2B |
| Octal | 62 | 101 | 252 | 107 | 76 | 0 | 41 | 350 | 67 | 53 |
| Binary | 110010 | 1000001 | 10101010 | 1000111 | 111110 | 0 | 100001 | 11101000 | 110111 | 101011 |
Color Harmonies of #3241AA
Complementary color
Monochromatic Colors of #3241AA
Black with #3241AA
Text Example
Text Example
White with #3241AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241AA; }
p { color: rgb(50,65,170); }
H1.HeaderClassName
{
color: #3241AA;
}
.AnyTagClassName
{
color: #3241AA;
}
</style>
background-color css
<style>
a { background-color: #3241AA; }
a { background-color: rgb(50,65,170); }
div.DivClassName
{
background-color: #3241AA;
}
.BgClassName
{
background-color: #3241AA;
}
</style>
border-color css
<style>
span { border-color: #3241AA; }
span { border-color: rgb(50,65,170); }
td.TdClassName
{
border-color: #3241AA;
}
.TagClassName
{
border-color: #3241AA;
}
</style>