Shades of Persian Blue #3931D4
Tints of Persian Blue #3931D4
RGB
CMYK
RGB Variations
Color information
#3931D4 (or 0x3931D4) is known color: Persian Blue. HEX triplet: 39, 31 and D4. RGB value is (57,49,212). Sum of RGB (Red+Green+Blue) = 57+49+212=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 212 (83.20% from 255 or 66.67% from 318); Max value from RGB is 212 - color contains mainly: blue. Hex color #3931D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931D4 is #C6CE2B. Grayscale: #454545. Windows color (decimal): -13028908 or 13906233. OLE color: 13906233.
HSL color Cylindrical-coordinate representation of color #3931D4: hue angle of 242.94º 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 #3931D4 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 49 | 212 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.17 |
| HSL | 242.94º | 0.65% | 0.51% | - |
| HSV(B) | 242.94º | 0.77% | 0.83% | - |
| XYZ | 14.67 | 7.82 | 63.02 | - |
| YUV | 69.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 212 | 0.73 | 0.77 | 0 | 0.17 | 242.94 | 0.65 | 0.51 |
| Hex | 39 | 31 | D4 | 49 | 4D | 0 | 11 | F3 | 41 | 33 |
| Octal | 71 | 61 | 324 | 111 | 115 | 0 | 21 | 363 | 101 | 63 |
| Binary | 111001 | 110001 | 11010100 | 1001001 | 1001101 | 0 | 10001 | 11110011 | 1000001 | 110011 |
Color Harmonies of #3931D4
Complementary color
Monochromatic Colors of #3931D4
Black with #3931D4
Text Example
Text Example
White with #3931D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931D4; }
p { color: rgb(57,49,212); }
H1.HeaderClassName
{
color: #3931D4;
}
.AnyTagClassName
{
color: #3931D4;
}
</style>
background-color css
<style>
a { background-color: #3931D4; }
a { background-color: rgb(57,49,212); }
div.DivClassName
{
background-color: #3931D4;
}
.BgClassName
{
background-color: #3931D4;
}
</style>
border-color css
<style>
span { border-color: #3931D4; }
span { border-color: rgb(57,49,212); }
td.TdClassName
{
border-color: #3931D4;
}
.TagClassName
{
border-color: #3931D4;
}
</style>