Shades of Persian Blue #3720C1
Tints of Persian Blue #3720C1
RGB
CMYK
RGB Variations
Color information
#3720C1 (or 0x3720C1) is known color: Persian Blue. HEX triplet: 37, 20 and C1. RGB value is (55,32,193). Sum of RGB (Red+Green+Blue) = 55+32+193=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #3720C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3720C1 is #C8DF3E. Grayscale: #383838. Windows color (decimal): -13164351 or 12656695. OLE color: 12656695.
HSL color Cylindrical-coordinate representation of color #3720C1: hue angle of 248.57º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3720C1 is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 32 | 193 | - |
| CMYK | 0.72 | 0.83 | 0 | 0.24 |
| HSL | 248.57º | 0.72% | 0.44% | - |
| HSV(B) | 248.57º | 0.83% | 0.76% | - |
| XYZ | 11.72 | 5.7 | 50.93 | - |
| YUV | 57.23 | 204.62 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 32 | 193 | 0.72 | 0.83 | 0 | 0.24 | 248.57 | 0.72 | 0.44 |
| Hex | 37 | 20 | C1 | 48 | 53 | 0 | 18 | F9 | 48 | 2C |
| Octal | 67 | 40 | 301 | 110 | 123 | 0 | 30 | 371 | 110 | 54 |
| Binary | 110111 | 100000 | 11000001 | 1001000 | 1010011 | 0 | 11000 | 11111001 | 1001000 | 101100 |
Color Harmonies of #3720C1
Complementary color
Monochromatic Colors of #3720C1
Black with #3720C1
Text Example
Text Example
White with #3720C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3720C1; }
p { color: rgb(55,32,193); }
H1.HeaderClassName
{
color: #3720C1;
}
.AnyTagClassName
{
color: #3720C1;
}
</style>
background-color css
<style>
a { background-color: #3720C1; }
a { background-color: rgb(55,32,193); }
div.DivClassName
{
background-color: #3720C1;
}
.BgClassName
{
background-color: #3720C1;
}
</style>
border-color css
<style>
span { border-color: #3720C1; }
span { border-color: rgb(55,32,193); }
td.TdClassName
{
border-color: #3720C1;
}
.TagClassName
{
border-color: #3720C1;
}
</style>