Shades of Persian Blue #3931D2
Tints of Persian Blue #3931D2
RGB
CMYK
RGB Variations
Color information
#3931D2 (or 0x3931D2) is known color: Persian Blue. HEX triplet: 39, 31 and D2. RGB value is (57,49,210). Sum of RGB (Red+Green+Blue) = 57+49+210=316 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.04% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 210 (82.42% from 255 or 66.46% from 316); Max value from RGB is 210 - color contains mainly: blue. Hex color #3931D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931D2 is #C6CE2D. Grayscale: #454545. Windows color (decimal): -13028910 or 13775161. OLE color: 13775161.
HSL color Cylindrical-coordinate representation of color #3931D2: hue angle of 242.98º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3931D2 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 49 | 210 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.18 |
| HSL | 242.98º | 0.64% | 0.51% | - |
| HSV(B) | 242.98º | 0.77% | 0.82% | - |
| XYZ | 14.42 | 7.72 | 61.7 | - |
| YUV | 69.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 210 | 0.73 | 0.77 | 0 | 0.18 | 242.98 | 0.64 | 0.51 |
| Hex | 39 | 31 | D2 | 49 | 4D | 0 | 12 | F3 | 40 | 33 |
| Octal | 71 | 61 | 322 | 111 | 115 | 0 | 22 | 363 | 100 | 63 |
| Binary | 111001 | 110001 | 11010010 | 1001001 | 1001101 | 0 | 10010 | 11110011 | 1000000 | 110011 |
Color Harmonies of #3931D2
Complementary color
Monochromatic Colors of #3931D2
Black with #3931D2
Text Example
Text Example
White with #3931D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931D2; }
p { color: rgb(57,49,210); }
H1.HeaderClassName
{
color: #3931D2;
}
.AnyTagClassName
{
color: #3931D2;
}
</style>
background-color css
<style>
a { background-color: #3931D2; }
a { background-color: rgb(57,49,210); }
div.DivClassName
{
background-color: #3931D2;
}
.BgClassName
{
background-color: #3931D2;
}
</style>
border-color css
<style>
span { border-color: #3931D2; }
span { border-color: rgb(57,49,210); }
td.TdClassName
{
border-color: #3931D2;
}
.TagClassName
{
border-color: #3931D2;
}
</style>