Shades of Persian Blue #3932CE
Tints of Persian Blue #3932CE
RGB
CMYK
RGB Variations
Color information
#3932CE (or 0x3932CE) is known color: Persian Blue. HEX triplet: 39, 32 and CE. RGB value is (57,50,206). Sum of RGB (Red+Green+Blue) = 57+50+206=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #3932CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3932CE is #C6CD31. Grayscale: #454545. Windows color (decimal): -13028658 or 13513273. OLE color: 13513273.
HSL color Cylindrical-coordinate representation of color #3932CE: hue angle of 242.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3932CE is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 50 | 206 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.19 |
| HSL | 242.69º | 0.61% | 0.5% | - |
| HSV(B) | 242.69º | 0.76% | 0.81% | - |
| XYZ | 13.97 | 7.61 | 59.12 | - |
| YUV | 69.88 | 204.82 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 206 | 0.72 | 0.76 | 0 | 0.19 | 242.69 | 0.61 | 0.5 |
| Hex | 39 | 32 | CE | 48 | 4C | 0 | 13 | F3 | 3D | 32 |
| Octal | 71 | 62 | 316 | 110 | 114 | 0 | 23 | 363 | 75 | 62 |
| Binary | 111001 | 110010 | 11001110 | 1001000 | 1001100 | 0 | 10011 | 11110011 | 111101 | 110010 |
Color Harmonies of #3932CE
Complementary color
Monochromatic Colors of #3932CE
Black with #3932CE
Text Example
Text Example
White with #3932CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3932CE; }
p { color: rgb(57,50,206); }
H1.HeaderClassName
{
color: #3932CE;
}
.AnyTagClassName
{
color: #3932CE;
}
</style>
background-color css
<style>
a { background-color: #3932CE; }
a { background-color: rgb(57,50,206); }
div.DivClassName
{
background-color: #3932CE;
}
.BgClassName
{
background-color: #3932CE;
}
</style>
border-color css
<style>
span { border-color: #3932CE; }
span { border-color: rgb(57,50,206); }
td.TdClassName
{
border-color: #3932CE;
}
.TagClassName
{
border-color: #3932CE;
}
</style>