Shades of Persian Blue #371BBA
Tints of Persian Blue #371BBA
RGB
CMYK
RGB Variations
Color information
#371BBA (or 0x371BBA) is known color: Persian Blue. HEX triplet: 37, 1B and BA. RGB value is (55,27,186). Sum of RGB (Red+Green+Blue) = 55+27+186=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #371BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BBA is #C8E445. Grayscale: #343434. Windows color (decimal): -13165638 or 12196663. OLE color: 12196663.
HSL color Cylindrical-coordinate representation of color #371BBA: hue angle of 250.57º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371BBA is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 27 | 186 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.27 |
| HSL | 250.57º | 0.75% | 0.42% | - |
| HSV(B) | 250.57º | 0.85% | 0.73% | - |
| XYZ | 10.83 | 5.14 | 46.88 | - |
| YUV | 53.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 27 | 186 | 0.70 | 0.85 | 0 | 0.27 | 250.57 | 0.75 | 0.42 |
| Hex | 37 | 1B | BA | 46 | 55 | 0 | 1B | FB | 4B | 2A |
| Octal | 67 | 33 | 272 | 106 | 125 | 0 | 33 | 373 | 113 | 52 |
| Binary | 110111 | 11011 | 10111010 | 1000110 | 1010101 | 0 | 11011 | 11111011 | 1001011 | 101010 |
Color Harmonies of #371BBA
Complementary color
Monochromatic Colors of #371BBA
Black with #371BBA
Text Example
Text Example
White with #371BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371BBA; }
p { color: rgb(55,27,186); }
H1.HeaderClassName
{
color: #371BBA;
}
.AnyTagClassName
{
color: #371BBA;
}
</style>
background-color css
<style>
a { background-color: #371BBA; }
a { background-color: rgb(55,27,186); }
div.DivClassName
{
background-color: #371BBA;
}
.BgClassName
{
background-color: #371BBA;
}
</style>
border-color css
<style>
span { border-color: #371BBA; }
span { border-color: rgb(55,27,186); }
td.TdClassName
{
border-color: #371BBA;
}
.TagClassName
{
border-color: #371BBA;
}
</style>