Shades of Persian Blue #3930D3
Tints of Persian Blue #3930D3
RGB
CMYK
RGB Variations
Color information
#3930D3 (or 0x3930D3) is known color: Persian Blue. HEX triplet: 39, 30 and D3. RGB value is (57,48,211). Sum of RGB (Red+Green+Blue) = 57+48+211=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 211 (82.81% from 255 or 66.77% from 316); Max value from RGB is 211 - color contains mainly: blue. Hex color #3930D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3930D3 is #C6CF2C. Grayscale: #444444. Windows color (decimal): -13029165 or 13840441. OLE color: 13840441.
HSL color Cylindrical-coordinate representation of color #3930D3: hue angle of 243.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3930D3 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 48 | 211 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.17 |
| HSL | 243.31º | 0.65% | 0.51% | - |
| HSV(B) | 243.31º | 0.77% | 0.83% | - |
| XYZ | 14.5 | 7.69 | 62.35 | - |
| YUV | 69.27 | 207.98 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 48 | 211 | 0.73 | 0.77 | 0 | 0.17 | 243.31 | 0.65 | 0.51 |
| Hex | 39 | 30 | D3 | 49 | 4D | 0 | 11 | F3 | 41 | 33 |
| Octal | 71 | 60 | 323 | 111 | 115 | 0 | 21 | 363 | 101 | 63 |
| Binary | 111001 | 110000 | 11010011 | 1001001 | 1001101 | 0 | 10001 | 11110011 | 1000001 | 110011 |
Color Harmonies of #3930D3
Complementary color
Monochromatic Colors of #3930D3
Black with #3930D3
Text Example
Text Example
White with #3930D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3930D3; }
p { color: rgb(57,48,211); }
H1.HeaderClassName
{
color: #3930D3;
}
.AnyTagClassName
{
color: #3930D3;
}
</style>
background-color css
<style>
a { background-color: #3930D3; }
a { background-color: rgb(57,48,211); }
div.DivClassName
{
background-color: #3930D3;
}
.BgClassName
{
background-color: #3930D3;
}
</style>
border-color css
<style>
span { border-color: #3930D3; }
span { border-color: rgb(57,48,211); }
td.TdClassName
{
border-color: #3930D3;
}
.TagClassName
{
border-color: #3930D3;
}
</style>