Shades of Persian Blue #3931CC
Tints of Persian Blue #3931CC
RGB
CMYK
RGB Variations
Color information
#3931CC (or 0x3931CC) is known color: Persian Blue. HEX triplet: 39, 31 and CC. RGB value is (57,49,204). Sum of RGB (Red+Green+Blue) = 57+49+204=310 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.39% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #3931CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931CC is #C6CE33. Grayscale: #444444. Windows color (decimal): -13028916 or 13381945. OLE color: 13381945.
HSL color Cylindrical-coordinate representation of color #3931CC: hue angle of 243.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3931CC is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 49 | 204 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.2 |
| HSL | 243.1º | 0.61% | 0.5% | - |
| HSV(B) | 243.1º | 0.76% | 0.8% | - |
| XYZ | 13.68 | 7.43 | 57.84 | - |
| YUV | 69.06 | 204.15 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 204 | 0.72 | 0.76 | 0 | 0.2 | 243.1 | 0.61 | 0.5 |
| Hex | 39 | 31 | CC | 48 | 4C | 0 | 14 | F3 | 3D | 32 |
| Octal | 71 | 61 | 314 | 110 | 114 | 0 | 24 | 363 | 75 | 62 |
| Binary | 111001 | 110001 | 11001100 | 1001000 | 1001100 | 0 | 10100 | 11110011 | 111101 | 110010 |
Color Harmonies of #3931CC
Complementary color
Monochromatic Colors of #3931CC
Black with #3931CC
Text Example
Text Example
White with #3931CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931CC; }
p { color: rgb(57,49,204); }
H1.HeaderClassName
{
color: #3931CC;
}
.AnyTagClassName
{
color: #3931CC;
}
</style>
background-color css
<style>
a { background-color: #3931CC; }
a { background-color: rgb(57,49,204); }
div.DivClassName
{
background-color: #3931CC;
}
.BgClassName
{
background-color: #3931CC;
}
</style>
border-color css
<style>
span { border-color: #3931CC; }
span { border-color: rgb(57,49,204); }
td.TdClassName
{
border-color: #3931CC;
}
.TagClassName
{
border-color: #3931CC;
}
</style>