Shades of Persian Blue #372FC1
Tints of Persian Blue #372FC1
RGB
CMYK
RGB Variations
Color information
#372FC1 (or 0x372FC1) is known color: Persian Blue. HEX triplet: 37, 2F and C1. RGB value is (55,47,193). Sum of RGB (Red+Green+Blue) = 55+47+193=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #372FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FC1 is #C8D03E. Grayscale: #414141. Windows color (decimal): -13160511 or 12660535. OLE color: 12660535.
HSL color Cylindrical-coordinate representation of color #372FC1: hue angle of 243.29º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #372FC1 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 47 | 193 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.24 |
| HSL | 243.29º | 0.61% | 0.47% | - |
| HSV(B) | 243.29º | 0.76% | 0.76% | - |
| XYZ | 12.22 | 6.7 | 51.1 | - |
| YUV | 66.04 | 199.65 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 193 | 0.72 | 0.76 | 0 | 0.24 | 243.29 | 0.61 | 0.47 |
| Hex | 37 | 2F | C1 | 48 | 4C | 0 | 18 | F3 | 3D | 2F |
| Octal | 67 | 57 | 301 | 110 | 114 | 0 | 30 | 363 | 75 | 57 |
| Binary | 110111 | 101111 | 11000001 | 1001000 | 1001100 | 0 | 11000 | 11110011 | 111101 | 101111 |
Color Harmonies of #372FC1
Complementary color
Monochromatic Colors of #372FC1
Black with #372FC1
Text Example
Text Example
White with #372FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FC1; }
p { color: rgb(55,47,193); }
H1.HeaderClassName
{
color: #372FC1;
}
.AnyTagClassName
{
color: #372FC1;
}
</style>
background-color css
<style>
a { background-color: #372FC1; }
a { background-color: rgb(55,47,193); }
div.DivClassName
{
background-color: #372FC1;
}
.BgClassName
{
background-color: #372FC1;
}
</style>
border-color css
<style>
span { border-color: #372FC1; }
span { border-color: rgb(55,47,193); }
td.TdClassName
{
border-color: #372FC1;
}
.TagClassName
{
border-color: #372FC1;
}
</style>