Shades of Han Purple #370BEA
Tints of Han Purple #370BEA
RGB
CMYK
RGB Variations
Color information
#370BEA (or 0x370BEA) is known color: Han Purple. HEX triplet: 37, 0B and EA. RGB value is (55,11,234). Sum of RGB (Red+Green+Blue) = 55+11+234=300 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #370BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BEA is #C8F415. Grayscale: #303030. Windows color (decimal): -13169686 or 15338295. OLE color: 15338295.
HSL color Cylindrical-coordinate representation of color #370BEA: hue angle of 251.84º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BEA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 11 | 234 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.08 |
| HSL | 251.84º | 0.91% | 0.48% | - |
| HSV(B) | 251.84º | 0.95% | 0.92% | - |
| XYZ | 16.55 | 6.99 | 78.32 | - |
| YUV | 49.58 | 232.08 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 234 | 0.76 | 0.95 | 0 | 0.08 | 251.84 | 0.91 | 0.48 |
| Hex | 37 | B | EA | 4C | 5F | 0 | 8 | FC | 5B | 30 |
| Octal | 67 | 13 | 352 | 114 | 137 | 0 | 10 | 374 | 133 | 60 |
| Binary | 110111 | 1011 | 11101010 | 1001100 | 1011111 | 0 | 1000 | 11111100 | 1011011 | 110000 |
Color Harmonies of #370BEA
Complementary color
Monochromatic Colors of #370BEA
Black with #370BEA
Text Example
Text Example
White with #370BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BEA; }
p { color: rgb(55,11,234); }
H1.HeaderClassName
{
color: #370BEA;
}
.AnyTagClassName
{
color: #370BEA;
}
</style>
background-color css
<style>
a { background-color: #370BEA; }
a { background-color: rgb(55,11,234); }
div.DivClassName
{
background-color: #370BEA;
}
.BgClassName
{
background-color: #370BEA;
}
</style>
border-color css
<style>
span { border-color: #370BEA; }
span { border-color: rgb(55,11,234); }
td.TdClassName
{
border-color: #370BEA;
}
.TagClassName
{
border-color: #370BEA;
}
</style>