Shades of Han Purple #370BFF
Tints of Han Purple #370BFF
RGB
CMYK
RGB Variations
Color information
#370BFF (or 0x370BFF) is known color: Han Purple. HEX triplet: 37, 0B and FF. RGB value is (55,11,255). Sum of RGB (Red+Green+Blue) = 55+11+255=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 255 (100% from 255 or 79.44% from 321); Max value from RGB is 255 - color contains mainly: blue. Hex color #370BFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370BFF is #C8F400. Grayscale: #333333. Windows color (decimal): -13169665 or 16714551. OLE color: 16714551.
HSL color Cylindrical-coordinate representation of color #370BFF: hue angle of 250.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370BFF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 11 | 255 | - |
| CMYK | 0.78 | 0.96 | 0 | 0 |
| HSL | 250.82º | 1% | 0.52% | - |
| HSV(B) | 250.82º | 0.96% | 1% | - |
| XYZ | 19.75 | 8.27 | 95.16 | - |
| YUV | 51.97 | 242.58 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 255 | 0.78 | 0.96 | 0 | 0 | 250.82 | 1 | 0.52 |
| Hex | 37 | B | FF | 4E | 60 | 0 | 0 | FB | 64 | 34 |
| Octal | 67 | 13 | 377 | 116 | 140 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110111 | 1011 | 11111111 | 1001110 | 1100000 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #370BFF
Complementary color
Monochromatic Colors of #370BFF
Black with #370BFF
Text Example
Text Example
White with #370BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BFF; }
p { color: rgb(55,11,255); }
H1.HeaderClassName
{
color: #370BFF;
}
.AnyTagClassName
{
color: #370BFF;
}
</style>
background-color css
<style>
a { background-color: #370BFF; }
a { background-color: rgb(55,11,255); }
div.DivClassName
{
background-color: #370BFF;
}
.BgClassName
{
background-color: #370BFF;
}
</style>
border-color css
<style>
span { border-color: #370BFF; }
span { border-color: rgb(55,11,255); }
td.TdClassName
{
border-color: #370BFF;
}
.TagClassName
{
border-color: #370BFF;
}
</style>