Shades of Han Purple #370AFF
Tints of Han Purple #370AFF
RGB
CMYK
RGB Variations
Color information
#370AFF (or 0x370AFF) is known color: Han Purple. HEX triplet: 37, 0A and FF. RGB value is (55,10,255). Sum of RGB (Red+Green+Blue) = 55+10+255=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #370AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370AFF is #C8F500. Grayscale: #323232. Windows color (decimal): -13169921 or 16714295. OLE color: 16714295.
HSL color Cylindrical-coordinate representation of color #370AFF: hue angle of 251.02º 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 #370AFF is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 10 | 255 | - |
| CMYK | 0.78 | 0.96 | 0 | 0 |
| HSL | 251.02º | 1% | 0.52% | - |
| HSV(B) | 251.02º | 0.96% | 1% | - |
| XYZ | 19.73 | 8.25 | 95.16 | - |
| YUV | 51.39 | 242.91 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 255 | 0.78 | 0.96 | 0 | 0 | 251.02 | 1 | 0.52 |
| Hex | 37 | A | FF | 4E | 60 | 0 | 0 | FB | 64 | 34 |
| Octal | 67 | 12 | 377 | 116 | 140 | 0 | 0 | 373 | 144 | 64 |
| Binary | 110111 | 1010 | 11111111 | 1001110 | 1100000 | 0 | 0 | 11111011 | 1100100 | 110100 |
Color Harmonies of #370AFF
Complementary color
Monochromatic Colors of #370AFF
Black with #370AFF
Text Example
Text Example
White with #370AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AFF; }
p { color: rgb(55,10,255); }
H1.HeaderClassName
{
color: #370AFF;
}
.AnyTagClassName
{
color: #370AFF;
}
</style>
background-color css
<style>
a { background-color: #370AFF; }
a { background-color: rgb(55,10,255); }
div.DivClassName
{
background-color: #370AFF;
}
.BgClassName
{
background-color: #370AFF;
}
</style>
border-color css
<style>
span { border-color: #370AFF; }
span { border-color: rgb(55,10,255); }
td.TdClassName
{
border-color: #370AFF;
}
.TagClassName
{
border-color: #370AFF;
}
</style>