Shades of Persian Blue #3931D5
Tints of Persian Blue #3931D5
RGB
CMYK
RGB Variations
Color information
#3931D5 (or 0x3931D5) is known color: Persian Blue. HEX triplet: 39, 31 and D5. RGB value is (57,49,213). Sum of RGB (Red+Green+Blue) = 57+49+213=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 213 (83.59% from 255 or 66.77% from 319); Max value from RGB is 213 - color contains mainly: blue. Hex color #3931D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931D5 is #C6CE2A. Grayscale: #454545. Windows color (decimal): -13028907 or 13971769. OLE color: 13971769.
HSL color Cylindrical-coordinate representation of color #3931D5: hue angle of 242.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3931D5 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 49 | 213 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.16 |
| HSL | 242.93º | 0.66% | 0.51% | - |
| HSV(B) | 242.93º | 0.77% | 0.84% | - |
| XYZ | 14.8 | 7.87 | 63.69 | - |
| YUV | 70.09 | 208.65 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 213 | 0.73 | 0.77 | 0 | 0.16 | 242.93 | 0.66 | 0.51 |
| Hex | 39 | 31 | D5 | 49 | 4D | 0 | 10 | F3 | 42 | 33 |
| Octal | 71 | 61 | 325 | 111 | 115 | 0 | 20 | 363 | 102 | 63 |
| Binary | 111001 | 110001 | 11010101 | 1001001 | 1001101 | 0 | 10000 | 11110011 | 1000010 | 110011 |
Color Harmonies of #3931D5
Complementary color
Monochromatic Colors of #3931D5
Black with #3931D5
Text Example
Text Example
White with #3931D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931D5; }
p { color: rgb(57,49,213); }
H1.HeaderClassName
{
color: #3931D5;
}
.AnyTagClassName
{
color: #3931D5;
}
</style>
background-color css
<style>
a { background-color: #3931D5; }
a { background-color: rgb(57,49,213); }
div.DivClassName
{
background-color: #3931D5;
}
.BgClassName
{
background-color: #3931D5;
}
</style>
border-color css
<style>
span { border-color: #3931D5; }
span { border-color: rgb(57,49,213); }
td.TdClassName
{
border-color: #3931D5;
}
.TagClassName
{
border-color: #3931D5;
}
</style>