Shades of Persian Blue #3937C1
Tints of Persian Blue #3937C1
RGB
CMYK
RGB Variations
Color information
#3937C1 (or 0x3937C1) is known color: Persian Blue. HEX triplet: 39, 37 and C1. RGB value is (57,55,193). Sum of RGB (Red+Green+Blue) = 57+55+193=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #3937C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3937C1 is #C6C83E. Grayscale: #464646. Windows color (decimal): -13027391 or 12662585. OLE color: 12662585.
HSL color Cylindrical-coordinate representation of color #3937C1: hue angle of 240.87º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3937C1 is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 55 | 193 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.24 |
| HSL | 240.87º | 0.56% | 0.49% | - |
| HSV(B) | 240.87º | 0.72% | 0.76% | - |
| XYZ | 12.68 | 7.45 | 51.22 | - |
| YUV | 71.33 | 196.66 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 193 | 0.70 | 0.72 | 0 | 0.24 | 240.87 | 0.56 | 0.49 |
| Hex | 39 | 37 | C1 | 46 | 48 | 0 | 18 | F1 | 38 | 31 |
| Octal | 71 | 67 | 301 | 106 | 110 | 0 | 30 | 361 | 70 | 61 |
| Binary | 111001 | 110111 | 11000001 | 1000110 | 1001000 | 0 | 11000 | 11110001 | 111000 | 110001 |
Color Harmonies of #3937C1
Complementary color
Monochromatic Colors of #3937C1
Black with #3937C1
Text Example
Text Example
White with #3937C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3937C1; }
p { color: rgb(57,55,193); }
H1.HeaderClassName
{
color: #3937C1;
}
.AnyTagClassName
{
color: #3937C1;
}
</style>
background-color css
<style>
a { background-color: #3937C1; }
a { background-color: rgb(57,55,193); }
div.DivClassName
{
background-color: #3937C1;
}
.BgClassName
{
background-color: #3937C1;
}
</style>
border-color css
<style>
span { border-color: #3937C1; }
span { border-color: rgb(57,55,193); }
td.TdClassName
{
border-color: #3937C1;
}
.TagClassName
{
border-color: #3937C1;
}
</style>