Shades of Persian Blue #371AB4
Tints of Persian Blue #371AB4
RGB
CMYK
RGB Variations
Color information
#371AB4 (or 0x371AB4) is known color: Persian Blue. HEX triplet: 37, 1A and B4. RGB value is (55,26,180). Sum of RGB (Red+Green+Blue) = 55+26+180=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 180 (70.70% from 255 or 68.97% from 261); Max value from RGB is 180 - color contains mainly: blue. Hex color #371AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371AB4 is #C8E54B. Grayscale: #333333. Windows color (decimal): -13165900 or 11803191. OLE color: 11803191.
HSL color Cylindrical-coordinate representation of color #371AB4: hue angle of 251.3º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371AB4 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 26 | 180 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.29 |
| HSL | 251.3º | 0.75% | 0.4% | - |
| HSV(B) | 251.3º | 0.86% | 0.71% | - |
| XYZ | 10.18 | 4.85 | 43.58 | - |
| YUV | 52.23 | 200.11 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 26 | 180 | 0.69 | 0.86 | 0 | 0.29 | 251.3 | 0.75 | 0.4 |
| Hex | 37 | 1A | B4 | 45 | 56 | 0 | 1D | FB | 4B | 28 |
| Octal | 67 | 32 | 264 | 105 | 126 | 0 | 35 | 373 | 113 | 50 |
| Binary | 110111 | 11010 | 10110100 | 1000101 | 1010110 | 0 | 11101 | 11111011 | 1001011 | 101000 |
Color Harmonies of #371AB4
Complementary color
Monochromatic Colors of #371AB4
Black with #371AB4
Text Example
Text Example
White with #371AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371AB4; }
p { color: rgb(55,26,180); }
H1.HeaderClassName
{
color: #371AB4;
}
.AnyTagClassName
{
color: #371AB4;
}
</style>
background-color css
<style>
a { background-color: #371AB4; }
a { background-color: rgb(55,26,180); }
div.DivClassName
{
background-color: #371AB4;
}
.BgClassName
{
background-color: #371AB4;
}
</style>
border-color css
<style>
span { border-color: #371AB4; }
span { border-color: rgb(55,26,180); }
td.TdClassName
{
border-color: #371AB4;
}
.TagClassName
{
border-color: #371AB4;
}
</style>