Shades of Persian Blue #3241B2
Tints of Persian Blue #3241B2
RGB
CMYK
RGB Variations
Color information
#3241B2 (or 0x3241B2) is known color: Persian Blue. HEX triplet: 32, 41 and B2. RGB value is (50,65,178). Sum of RGB (Red+Green+Blue) = 50+65+178=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 178 (69.92% from 255 or 60.75% from 293); Max value from RGB is 178 - color contains mainly: blue. Hex color #3241B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3241B2 is #CDBE4D. Grayscale: #484848. Windows color (decimal): -13483598 or 11682098. OLE color: 11682098.
HSL color Cylindrical-coordinate representation of color #3241B2: hue angle of 232.97º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3241B2 is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 65 | 178 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.30 |
| HSL | 232.97º | 0.56% | 0.45% | - |
| HSV(B) | 232.97º | 0.72% | 0.7% | - |
| XYZ | 11.24 | 7.67 | 43.01 | - |
| YUV | 73.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 178 | 0.72 | 0.63 | 0 | 0.30 | 232.97 | 0.56 | 0.45 |
| Hex | 32 | 41 | B2 | 48 | 3F | 0 | 1E | E9 | 38 | 2D |
| Octal | 62 | 101 | 262 | 110 | 77 | 0 | 36 | 351 | 70 | 55 |
| Binary | 110010 | 1000001 | 10110010 | 1001000 | 111111 | 0 | 11110 | 11101001 | 111000 | 101101 |
Color Harmonies of #3241B2
Complementary color
Monochromatic Colors of #3241B2
Black with #3241B2
Text Example
Text Example
White with #3241B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3241B2; }
p { color: rgb(50,65,178); }
H1.HeaderClassName
{
color: #3241B2;
}
.AnyTagClassName
{
color: #3241B2;
}
</style>
background-color css
<style>
a { background-color: #3241B2; }
a { background-color: rgb(50,65,178); }
div.DivClassName
{
background-color: #3241B2;
}
.BgClassName
{
background-color: #3241B2;
}
</style>
border-color css
<style>
span { border-color: #3241B2; }
span { border-color: rgb(50,65,178); }
td.TdClassName
{
border-color: #3241B2;
}
.TagClassName
{
border-color: #3241B2;
}
</style>