Shades of Persian Blue #3937AD
Tints of Persian Blue #3937AD
RGB
CMYK
RGB Variations
Color information
#3937AD (or 0x3937AD) is known color: Persian Blue. HEX triplet: 39, 37 and AD. RGB value is (57,55,173). Sum of RGB (Red+Green+Blue) = 57+55+173=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #3937AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3937AD is #C6C852. Grayscale: #444444. Windows color (decimal): -13027411 or 11351865. OLE color: 11351865.
HSL color Cylindrical-coordinate representation of color #3937AD: hue angle of 241.02º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3937AD is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 55 | 173 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.32 |
| HSL | 241.02º | 0.52% | 0.45% | - |
| HSV(B) | 241.02º | 0.68% | 0.68% | - |
| XYZ | 10.6 | 6.62 | 40.25 | - |
| YUV | 69.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 55 | 173 | 0.67 | 0.68 | 0 | 0.32 | 241.02 | 0.52 | 0.45 |
| Hex | 39 | 37 | AD | 43 | 44 | 0 | 20 | F1 | 34 | 2D |
| Octal | 71 | 67 | 255 | 103 | 104 | 0 | 40 | 361 | 64 | 55 |
| Binary | 111001 | 110111 | 10101101 | 1000011 | 1000100 | 0 | 100000 | 11110001 | 110100 | 101101 |
Color Harmonies of #3937AD
Complementary color
Monochromatic Colors of #3937AD
Black with #3937AD
Text Example
Text Example
White with #3937AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3937AD; }
p { color: rgb(57,55,173); }
H1.HeaderClassName
{
color: #3937AD;
}
.AnyTagClassName
{
color: #3937AD;
}
</style>
background-color css
<style>
a { background-color: #3937AD; }
a { background-color: rgb(57,55,173); }
div.DivClassName
{
background-color: #3937AD;
}
.BgClassName
{
background-color: #3937AD;
}
</style>
border-color css
<style>
span { border-color: #3937AD; }
span { border-color: rgb(57,55,173); }
td.TdClassName
{
border-color: #3937AD;
}
.TagClassName
{
border-color: #3937AD;
}
</style>