Shades of Persian Blue #371DC3
Tints of Persian Blue #371DC3
RGB
CMYK
RGB Variations
Color information
#371DC3 (or 0x371DC3) is known color: Persian Blue. HEX triplet: 37, 1D and C3. RGB value is (55,29,195). Sum of RGB (Red+Green+Blue) = 55+29+195=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #371DC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DC3 is #C8E23C. Grayscale: #373737. Windows color (decimal): -13165117 or 12786999. OLE color: 12786999.
HSL color Cylindrical-coordinate representation of color #371DC3: hue angle of 249.4º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371DC3 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 29 | 195 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.24 |
| HSL | 249.4º | 0.74% | 0.44% | - |
| HSV(B) | 249.4º | 0.85% | 0.76% | - |
| XYZ | 11.87 | 5.63 | 52.09 | - |
| YUV | 55.7 | 206.61 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 195 | 0.72 | 0.85 | 0 | 0.24 | 249.4 | 0.74 | 0.44 |
| Hex | 37 | 1D | C3 | 48 | 55 | 0 | 18 | F9 | 4A | 2C |
| Octal | 67 | 35 | 303 | 110 | 125 | 0 | 30 | 371 | 112 | 54 |
| Binary | 110111 | 11101 | 11000011 | 1001000 | 1010101 | 0 | 11000 | 11111001 | 1001010 | 101100 |
Color Harmonies of #371DC3
Complementary color
Monochromatic Colors of #371DC3
Black with #371DC3
Text Example
Text Example
White with #371DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DC3; }
p { color: rgb(55,29,195); }
H1.HeaderClassName
{
color: #371DC3;
}
.AnyTagClassName
{
color: #371DC3;
}
</style>
background-color css
<style>
a { background-color: #371DC3; }
a { background-color: rgb(55,29,195); }
div.DivClassName
{
background-color: #371DC3;
}
.BgClassName
{
background-color: #371DC3;
}
</style>
border-color css
<style>
span { border-color: #371DC3; }
span { border-color: rgb(55,29,195); }
td.TdClassName
{
border-color: #371DC3;
}
.TagClassName
{
border-color: #371DC3;
}
</style>