Shades of Persian Blue #371FCC
Tints of Persian Blue #371FCC
RGB
CMYK
RGB Variations
Color information
#371FCC (or 0x371FCC) is known color: Persian Blue. HEX triplet: 37, 1F and CC. RGB value is (55,31,204). Sum of RGB (Red+Green+Blue) = 55+31+204=290 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.97% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 204 (80.08% from 255 or 70.34% from 290); Max value from RGB is 204 - color contains mainly: blue. Hex color #371FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FCC is #C8E033. Grayscale: #393939. Windows color (decimal): -13164596 or 13377335. OLE color: 13377335.
HSL color Cylindrical-coordinate representation of color #371FCC: hue angle of 248.32º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371FCC is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 55 | 31 | 204 | - |
| CMYK | 0.73 | 0.85 | 0 | 0.2 |
| HSL | 248.32º | 0.74% | 0.46% | - |
| HSV(B) | 248.32º | 0.85% | 0.8% | - |
| XYZ | 12.96 | 6.15 | 57.63 | - |
| YUV | 57.9 | 210.45 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 204 | 0.73 | 0.85 | 0 | 0.2 | 248.32 | 0.74 | 0.46 |
| Hex | 37 | 1F | CC | 49 | 55 | 0 | 14 | F8 | 4A | 2E |
| Octal | 67 | 37 | 314 | 111 | 125 | 0 | 24 | 370 | 112 | 56 |
| Binary | 110111 | 11111 | 11001100 | 1001001 | 1010101 | 0 | 10100 | 11111000 | 1001010 | 101110 |
Color Harmonies of #371FCC
Complementary color
Monochromatic Colors of #371FCC
Black with #371FCC
Text Example
Text Example
White with #371FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FCC; }
p { color: rgb(55,31,204); }
H1.HeaderClassName
{
color: #371FCC;
}
.AnyTagClassName
{
color: #371FCC;
}
</style>
background-color css
<style>
a { background-color: #371FCC; }
a { background-color: rgb(55,31,204); }
div.DivClassName
{
background-color: #371FCC;
}
.BgClassName
{
background-color: #371FCC;
}
</style>
border-color css
<style>
span { border-color: #371FCC; }
span { border-color: rgb(55,31,204); }
td.TdClassName
{
border-color: #371FCC;
}
.TagClassName
{
border-color: #371FCC;
}
</style>