Shades of Han Purple #372BFA
Tints of Han Purple #372BFA
RGB
CMYK
RGB Variations
Color information
#372BFA (or 0x372BFA) is known color: Han Purple. HEX triplet: 37, 2B and FA. RGB value is (55,43,250). Sum of RGB (Red+Green+Blue) = 55+43+250=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #372BFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #372BFA is #C8D405. Grayscale: #454545. Windows color (decimal): -13161478 or 16395063. OLE color: 16395063.
HSL color Cylindrical-coordinate representation of color #372BFA: hue angle of 243.48º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #372BFA is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 43 | 250 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.02 |
| HSL | 243.48º | 0.95% | 0.57% | - |
| HSV(B) | 243.48º | 0.83% | 0.98% | - |
| XYZ | 19.69 | 9.44 | 91.23 | - |
| YUV | 70.19 | 229.48 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 250 | 0.78 | 0.83 | 0 | 0.02 | 243.48 | 0.95 | 0.57 |
| Hex | 37 | 2B | FA | 4E | 53 | 0 | 2 | F3 | 5F | 39 |
| Octal | 67 | 53 | 372 | 116 | 123 | 0 | 2 | 363 | 137 | 71 |
| Binary | 110111 | 101011 | 11111010 | 1001110 | 1010011 | 0 | 10 | 11110011 | 1011111 | 111001 |
Color Harmonies of #372BFA
Complementary color
Monochromatic Colors of #372BFA
Black with #372BFA
Text Example
Text Example
White with #372BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372BFA; }
p { color: rgb(55,43,250); }
H1.HeaderClassName
{
color: #372BFA;
}
.AnyTagClassName
{
color: #372BFA;
}
</style>
background-color css
<style>
a { background-color: #372BFA; }
a { background-color: rgb(55,43,250); }
div.DivClassName
{
background-color: #372BFA;
}
.BgClassName
{
background-color: #372BFA;
}
</style>
border-color css
<style>
span { border-color: #372BFA; }
span { border-color: rgb(55,43,250); }
td.TdClassName
{
border-color: #372BFA;
}
.TagClassName
{
border-color: #372BFA;
}
</style>