Shades of Persian Blue #3239C9
Tints of Persian Blue #3239C9
RGB
CMYK
RGB Variations
Color information
#3239C9 (or 0x3239C9) is known color: Persian Blue. HEX triplet: 32, 39 and C9. RGB value is (50,57,201). Sum of RGB (Red+Green+Blue) = 50+57+201=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 201 (78.91% from 255 or 65.26% from 308); Max value from RGB is 201 - color contains mainly: blue. Hex color #3239C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3239C9 is #CDC636. Grayscale: #464646. Windows color (decimal): -13485623 or 13187378. OLE color: 13187378.
HSL color Cylindrical-coordinate representation of color #3239C9: hue angle of 237.22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3239C9 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 57 | 201 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.21 |
| HSL | 237.22º | 0.6% | 0.49% | - |
| HSV(B) | 237.22º | 0.75% | 0.79% | - |
| XYZ | 13.32 | 7.82 | 56.07 | - |
| YUV | 71.32 | 201.18 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 201 | 0.75 | 0.72 | 0 | 0.21 | 237.22 | 0.6 | 0.49 |
| Hex | 32 | 39 | C9 | 4B | 48 | 0 | 15 | ED | 3C | 31 |
| Octal | 62 | 71 | 311 | 113 | 110 | 0 | 25 | 355 | 74 | 61 |
| Binary | 110010 | 111001 | 11001001 | 1001011 | 1001000 | 0 | 10101 | 11101101 | 111100 | 110001 |
Color Harmonies of #3239C9
Complementary color
Monochromatic Colors of #3239C9
Black with #3239C9
Text Example
Text Example
White with #3239C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239C9; }
p { color: rgb(50,57,201); }
H1.HeaderClassName
{
color: #3239C9;
}
.AnyTagClassName
{
color: #3239C9;
}
</style>
background-color css
<style>
a { background-color: #3239C9; }
a { background-color: rgb(50,57,201); }
div.DivClassName
{
background-color: #3239C9;
}
.BgClassName
{
background-color: #3239C9;
}
</style>
border-color css
<style>
span { border-color: #3239C9; }
span { border-color: rgb(50,57,201); }
td.TdClassName
{
border-color: #3239C9;
}
.TagClassName
{
border-color: #3239C9;
}
</style>