Shades of Han Purple #370BE2
Tints of Han Purple #370BE2
RGB
CMYK
RGB Variations
Color information
#370BE2 (or 0x370BE2) is known color: Han Purple. HEX triplet: 37, 0B and E2. RGB value is (55,11,226). Sum of RGB (Red+Green+Blue) = 55+11+226=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 11 (4.69% from 255 or 3.77% from 292); Blue value is 226 (88.67% from 255 or 77.40% from 292); Max value from RGB is 226 - color contains mainly: blue. Hex color #370BE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370BE2 is #C8F41D. Grayscale: #2F2F2F. Windows color (decimal): -13169694 or 14814007. OLE color: 14814007.
HSL color Cylindrical-coordinate representation of color #370BE2: hue angle of 252.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BE2 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 11 | 226 | - |
| CMYK | 0.76 | 0.95 | 0 | 0.11 |
| HSL | 252.28º | 0.91% | 0.46% | - |
| HSV(B) | 252.28º | 0.95% | 0.89% | - |
| XYZ | 15.42 | 6.54 | 72.4 | - |
| YUV | 48.67 | 228.08 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 226 | 0.76 | 0.95 | 0 | 0.11 | 252.28 | 0.91 | 0.46 |
| Hex | 37 | B | E2 | 4C | 5F | 0 | B | FC | 5B | 2E |
| Octal | 67 | 13 | 342 | 114 | 137 | 0 | 13 | 374 | 133 | 56 |
| Binary | 110111 | 1011 | 11100010 | 1001100 | 1011111 | 0 | 1011 | 11111100 | 1011011 | 101110 |
Color Harmonies of #370BE2
Complementary color
Monochromatic Colors of #370BE2
Black with #370BE2
Text Example
Text Example
White with #370BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BE2; }
p { color: rgb(55,11,226); }
H1.HeaderClassName
{
color: #370BE2;
}
.AnyTagClassName
{
color: #370BE2;
}
</style>
background-color css
<style>
a { background-color: #370BE2; }
a { background-color: rgb(55,11,226); }
div.DivClassName
{
background-color: #370BE2;
}
.BgClassName
{
background-color: #370BE2;
}
</style>
border-color css
<style>
span { border-color: #370BE2; }
span { border-color: rgb(55,11,226); }
td.TdClassName
{
border-color: #370BE2;
}
.TagClassName
{
border-color: #370BE2;
}
</style>