Shades of Persian Blue #371DB6
Tints of Persian Blue #371DB6
RGB
CMYK
RGB Variations
Color information
#371DB6 (or 0x371DB6) is known color: Persian Blue. HEX triplet: 37, 1D and B6. RGB value is (55,29,182). Sum of RGB (Red+Green+Blue) = 55+29+182=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 29 (11.72% from 255 or 10.90% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #371DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DB6 is #C8E249. Grayscale: #353535. Windows color (decimal): -13165130 or 11935031. OLE color: 11935031.
HSL color Cylindrical-coordinate representation of color #371DB6: hue angle of 250.2º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371DB6 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 29 | 182 | - |
| CMYK | 0.70 | 0.84 | 0 | 0.29 |
| HSL | 250.2º | 0.73% | 0.41% | - |
| HSV(B) | 250.2º | 0.84% | 0.71% | - |
| XYZ | 10.46 | 5.07 | 44.68 | - |
| YUV | 54.22 | 200.11 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 29 | 182 | 0.70 | 0.84 | 0 | 0.29 | 250.2 | 0.73 | 0.41 |
| Hex | 37 | 1D | B6 | 46 | 54 | 0 | 1D | FA | 49 | 29 |
| Octal | 67 | 35 | 266 | 106 | 124 | 0 | 35 | 372 | 111 | 51 |
| Binary | 110111 | 11101 | 10110110 | 1000110 | 1010100 | 0 | 11101 | 11111010 | 1001001 | 101001 |
Color Harmonies of #371DB6
Complementary color
Monochromatic Colors of #371DB6
Black with #371DB6
Text Example
Text Example
White with #371DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371DB6; }
p { color: rgb(55,29,182); }
H1.HeaderClassName
{
color: #371DB6;
}
.AnyTagClassName
{
color: #371DB6;
}
</style>
background-color css
<style>
a { background-color: #371DB6; }
a { background-color: rgb(55,29,182); }
div.DivClassName
{
background-color: #371DB6;
}
.BgClassName
{
background-color: #371DB6;
}
</style>
border-color css
<style>
span { border-color: #371DB6; }
span { border-color: rgb(55,29,182); }
td.TdClassName
{
border-color: #371DB6;
}
.TagClassName
{
border-color: #371DB6;
}
</style>