Shades of Persian Blue #371FBD
Tints of Persian Blue #371FBD
RGB
CMYK
RGB Variations
Color information
#371FBD (or 0x371FBD) is known color: Persian Blue. HEX triplet: 37, 1F and BD. RGB value is (55,31,189). Sum of RGB (Red+Green+Blue) = 55+31+189=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #371FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FBD is #C8E042. Grayscale: #373737. Windows color (decimal): -13164611 or 12394295. OLE color: 12394295.
HSL color Cylindrical-coordinate representation of color #371FBD: hue angle of 249.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371FBD is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 55 | 31 | 189 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.26 |
| HSL | 249.11º | 0.72% | 0.43% | - |
| HSV(B) | 249.11º | 0.84% | 0.74% | - |
| XYZ | 11.25 | 5.47 | 48.61 | - |
| YUV | 56.19 | 202.95 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 189 | 0.71 | 0.84 | 0 | 0.26 | 249.11 | 0.72 | 0.43 |
| Hex | 37 | 1F | BD | 47 | 54 | 0 | 1A | F9 | 48 | 2B |
| Octal | 67 | 37 | 275 | 107 | 124 | 0 | 32 | 371 | 110 | 53 |
| Binary | 110111 | 11111 | 10111101 | 1000111 | 1010100 | 0 | 11010 | 11111001 | 1001000 | 101011 |
Color Harmonies of #371FBD
Complementary color
Monochromatic Colors of #371FBD
Black with #371FBD
Text Example
Text Example
White with #371FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371FBD; }
p { color: rgb(55,31,189); }
H1.HeaderClassName
{
color: #371FBD;
}
.AnyTagClassName
{
color: #371FBD;
}
</style>
background-color css
<style>
a { background-color: #371FBD; }
a { background-color: rgb(55,31,189); }
div.DivClassName
{
background-color: #371FBD;
}
.BgClassName
{
background-color: #371FBD;
}
</style>
border-color css
<style>
span { border-color: #371FBD; }
span { border-color: rgb(55,31,189); }
td.TdClassName
{
border-color: #371FBD;
}
.TagClassName
{
border-color: #371FBD;
}
</style>