Shades of Persian Blue #3932D0
Tints of Persian Blue #3932D0
RGB
CMYK
RGB Variations
Color information
#3932D0 (or 0x3932D0) is known color: Persian Blue. HEX triplet: 39, 32 and D0. RGB value is (57,50,208). Sum of RGB (Red+Green+Blue) = 57+50+208=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 208 (81.64% from 255 or 66.03% from 315); Max value from RGB is 208 - color contains mainly: blue. Hex color #3932D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3932D0 is #C6CD2F. Grayscale: #454545. Windows color (decimal): -13028656 or 13644345. OLE color: 13644345.
HSL color Cylindrical-coordinate representation of color #3932D0: hue angle of 242.66º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3932D0 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 50 | 208 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.18 |
| HSL | 242.66º | 0.63% | 0.51% | - |
| HSV(B) | 242.66º | 0.76% | 0.82% | - |
| XYZ | 14.21 | 7.71 | 60.41 | - |
| YUV | 70.11 | 205.82 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 50 | 208 | 0.73 | 0.76 | 0 | 0.18 | 242.66 | 0.63 | 0.51 |
| Hex | 39 | 32 | D0 | 49 | 4C | 0 | 12 | F3 | 3F | 33 |
| Octal | 71 | 62 | 320 | 111 | 114 | 0 | 22 | 363 | 77 | 63 |
| Binary | 111001 | 110010 | 11010000 | 1001001 | 1001100 | 0 | 10010 | 11110011 | 111111 | 110011 |
Color Harmonies of #3932D0
Complementary color
Monochromatic Colors of #3932D0
Black with #3932D0
Text Example
Text Example
White with #3932D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3932D0; }
p { color: rgb(57,50,208); }
H1.HeaderClassName
{
color: #3932D0;
}
.AnyTagClassName
{
color: #3932D0;
}
</style>
background-color css
<style>
a { background-color: #3932D0; }
a { background-color: rgb(57,50,208); }
div.DivClassName
{
background-color: #3932D0;
}
.BgClassName
{
background-color: #3932D0;
}
</style>
border-color css
<style>
span { border-color: #3932D0; }
span { border-color: rgb(57,50,208); }
td.TdClassName
{
border-color: #3932D0;
}
.TagClassName
{
border-color: #3932D0;
}
</style>