Shades of Persian Blue #371CCD
Tints of Persian Blue #371CCD
RGB
CMYK
RGB Variations
Color information
#371CCD (or 0x371CCD) is known color: Persian Blue. HEX triplet: 37, 1C and CD. RGB value is (55,28,205). Sum of RGB (Red+Green+Blue) = 55+28+205=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #371CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CCD is #C8E332. Grayscale: #373737. Windows color (decimal): -13165363 or 13442103. OLE color: 13442103.
HSL color Cylindrical-coordinate representation of color #371CCD: hue angle of 249.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371CCD is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 28 | 205 | - |
| CMYK | 0.73 | 0.86 | 0 | 0.20 |
| HSL | 249.15º | 0.76% | 0.46% | - |
| HSV(B) | 249.15º | 0.86% | 0.8% | - |
| XYZ | 13.01 | 6.05 | 58.24 | - |
| YUV | 56.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 205 | 0.73 | 0.86 | 0 | 0.20 | 249.15 | 0.76 | 0.46 |
| Hex | 37 | 1C | CD | 49 | 56 | 0 | 14 | F9 | 4C | 2E |
| Octal | 67 | 34 | 315 | 111 | 126 | 0 | 24 | 371 | 114 | 56 |
| Binary | 110111 | 11100 | 11001101 | 1001001 | 1010110 | 0 | 10100 | 11111001 | 1001100 | 101110 |
Color Harmonies of #371CCD
Complementary color
Monochromatic Colors of #371CCD
Black with #371CCD
Text Example
Text Example
White with #371CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371CCD; }
p { color: rgb(55,28,205); }
H1.HeaderClassName
{
color: #371CCD;
}
.AnyTagClassName
{
color: #371CCD;
}
</style>
background-color css
<style>
a { background-color: #371CCD; }
a { background-color: rgb(55,28,205); }
div.DivClassName
{
background-color: #371CCD;
}
.BgClassName
{
background-color: #371CCD;
}
</style>
border-color css
<style>
span { border-color: #371CCD; }
span { border-color: rgb(55,28,205); }
td.TdClassName
{
border-color: #371CCD;
}
.TagClassName
{
border-color: #371CCD;
}
</style>