Shades of Persian Blue #3931C1
Tints of Persian Blue #3931C1
RGB
CMYK
RGB Variations
Color information
#3931C1 (or 0x3931C1) is known color: Persian Blue. HEX triplet: 39, 31 and C1. RGB value is (57,49,193). Sum of RGB (Red+Green+Blue) = 57+49+193=299 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.06% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #3931C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3931C1 is #C6CE3E. Grayscale: #434343. Windows color (decimal): -13028927 or 12661049. OLE color: 12661049.
HSL color Cylindrical-coordinate representation of color #3931C1: hue angle of 243.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3931C1 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 49 | 193 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.24 |
| HSL | 243.33º | 0.6% | 0.47% | - |
| HSV(B) | 243.33º | 0.75% | 0.76% | - |
| XYZ | 12.41 | 6.92 | 51.13 | - |
| YUV | 67.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 49 | 193 | 0.70 | 0.75 | 0 | 0.24 | 243.33 | 0.6 | 0.47 |
| Hex | 39 | 31 | C1 | 46 | 4B | 0 | 18 | F3 | 3C | 2F |
| Octal | 71 | 61 | 301 | 106 | 113 | 0 | 30 | 363 | 74 | 57 |
| Binary | 111001 | 110001 | 11000001 | 1000110 | 1001011 | 0 | 11000 | 11110011 | 111100 | 101111 |
Color Harmonies of #3931C1
Complementary color
Monochromatic Colors of #3931C1
Black with #3931C1
Text Example
Text Example
White with #3931C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3931C1; }
p { color: rgb(57,49,193); }
H1.HeaderClassName
{
color: #3931C1;
}
.AnyTagClassName
{
color: #3931C1;
}
</style>
background-color css
<style>
a { background-color: #3931C1; }
a { background-color: rgb(57,49,193); }
div.DivClassName
{
background-color: #3931C1;
}
.BgClassName
{
background-color: #3931C1;
}
</style>
border-color css
<style>
span { border-color: #3931C1; }
span { border-color: rgb(57,49,193); }
td.TdClassName
{
border-color: #3931C1;
}
.TagClassName
{
border-color: #3931C1;
}
</style>