Shades of Han Purple #370BEE
Tints of Han Purple #370BEE
RGB
CMYK
RGB Variations
Color information
#370BEE (or 0x370BEE) is known color: Han Purple. HEX triplet: 37, 0B and EE. RGB value is (55,11,238). Sum of RGB (Red+Green+Blue) = 55+11+238=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 238 (93.36% from 255 or 78.29% from 304); Max value from RGB is 238 - color contains mainly: blue. Hex color #370BEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BEE is #C8F411. Grayscale: #313131. Windows color (decimal): -13169682 or 15600439. OLE color: 15600439.
HSL color Cylindrical-coordinate representation of color #370BEE: hue angle of 251.63º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370BEE is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 11 | 238 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.07 |
| HSL | 251.63º | 0.91% | 0.49% | - |
| HSV(B) | 251.63º | 0.95% | 0.93% | - |
| XYZ | 17.13 | 7.22 | 81.38 | - |
| YUV | 50.03 | 234.08 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 238 | 0.77 | 0.95 | 0 | 0.07 | 251.63 | 0.91 | 0.49 |
| Hex | 37 | B | EE | 4D | 5F | 0 | 7 | FC | 5B | 31 |
| Octal | 67 | 13 | 356 | 115 | 137 | 0 | 7 | 374 | 133 | 61 |
| Binary | 110111 | 1011 | 11101110 | 1001101 | 1011111 | 0 | 111 | 11111100 | 1011011 | 110001 |
Color Harmonies of #370BEE
Complementary color
Monochromatic Colors of #370BEE
Black with #370BEE
Text Example
Text Example
White with #370BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BEE; }
p { color: rgb(55,11,238); }
H1.HeaderClassName
{
color: #370BEE;
}
.AnyTagClassName
{
color: #370BEE;
}
</style>
background-color css
<style>
a { background-color: #370BEE; }
a { background-color: rgb(55,11,238); }
div.DivClassName
{
background-color: #370BEE;
}
.BgClassName
{
background-color: #370BEE;
}
</style>
border-color css
<style>
span { border-color: #370BEE; }
span { border-color: rgb(55,11,238); }
td.TdClassName
{
border-color: #370BEE;
}
.TagClassName
{
border-color: #370BEE;
}
</style>