Shades of Persian Blue #3731CA
Tints of Persian Blue #3731CA
RGB
CMYK
RGB Variations
Color information
#3731CA (or 0x3731CA) is known color: Persian Blue. HEX triplet: 37, 31 and CA. RGB value is (55,49,202). Sum of RGB (Red+Green+Blue) = 55+49+202=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #3731CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3731CA is #C8CE35. Grayscale: #434343. Windows color (decimal): -13159990 or 13250871. OLE color: 13250871.
HSL color Cylindrical-coordinate representation of color #3731CA: hue angle of 242.35º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3731CA is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 49 | 202 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.21 |
| HSL | 242.35º | 0.61% | 0.49% | - |
| HSV(B) | 242.35º | 0.76% | 0.79% | - |
| XYZ | 13.33 | 7.27 | 56.58 | - |
| YUV | 68.24 | 203.49 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 202 | 0.73 | 0.76 | 0 | 0.21 | 242.35 | 0.61 | 0.49 |
| Hex | 37 | 31 | CA | 49 | 4C | 0 | 15 | F2 | 3D | 31 |
| Octal | 67 | 61 | 312 | 111 | 114 | 0 | 25 | 362 | 75 | 61 |
| Binary | 110111 | 110001 | 11001010 | 1001001 | 1001100 | 0 | 10101 | 11110010 | 111101 | 110001 |
Color Harmonies of #3731CA
Complementary color
Monochromatic Colors of #3731CA
Black with #3731CA
Text Example
Text Example
White with #3731CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3731CA; }
p { color: rgb(55,49,202); }
H1.HeaderClassName
{
color: #3731CA;
}
.AnyTagClassName
{
color: #3731CA;
}
</style>
background-color css
<style>
a { background-color: #3731CA; }
a { background-color: rgb(55,49,202); }
div.DivClassName
{
background-color: #3731CA;
}
.BgClassName
{
background-color: #3731CA;
}
</style>
border-color css
<style>
span { border-color: #3731CA; }
span { border-color: rgb(55,49,202); }
td.TdClassName
{
border-color: #3731CA;
}
.TagClassName
{
border-color: #3731CA;
}
</style>