Shades of Persian Blue #3731B1
Tints of Persian Blue #3731B1
RGB
CMYK
RGB Variations
Color information
#3731B1 (or 0x3731B1) is known color: Persian Blue. HEX triplet: 37, 31 and B1. RGB value is (55,49,177). Sum of RGB (Red+Green+Blue) = 55+49+177=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #3731B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3731B1 is #C8CE4E. Grayscale: #404040. Windows color (decimal): -13160015 or 11612471. OLE color: 11612471.
HSL color Cylindrical-coordinate representation of color #3731B1: hue angle of 242.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3731B1 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 49 | 177 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.31 |
| HSL | 242.81º | 0.57% | 0.44% | - |
| HSV(B) | 242.81º | 0.72% | 0.69% | - |
| XYZ | 10.61 | 6.18 | 42.23 | - |
| YUV | 65.39 | 190.99 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 177 | 0.69 | 0.72 | 0 | 0.31 | 242.81 | 0.57 | 0.44 |
| Hex | 37 | 31 | B1 | 45 | 48 | 0 | 1F | F3 | 39 | 2C |
| Octal | 67 | 61 | 261 | 105 | 110 | 0 | 37 | 363 | 71 | 54 |
| Binary | 110111 | 110001 | 10110001 | 1000101 | 1001000 | 0 | 11111 | 11110011 | 111001 | 101100 |
Color Harmonies of #3731B1
Complementary color
Monochromatic Colors of #3731B1
Black with #3731B1
Text Example
Text Example
White with #3731B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3731B1; }
p { color: rgb(55,49,177); }
H1.HeaderClassName
{
color: #3731B1;
}
.AnyTagClassName
{
color: #3731B1;
}
</style>
background-color css
<style>
a { background-color: #3731B1; }
a { background-color: rgb(55,49,177); }
div.DivClassName
{
background-color: #3731B1;
}
.BgClassName
{
background-color: #3731B1;
}
</style>
border-color css
<style>
span { border-color: #3731B1; }
span { border-color: rgb(55,49,177); }
td.TdClassName
{
border-color: #3731B1;
}
.TagClassName
{
border-color: #3731B1;
}
</style>