Shades of Han Purple #370AFA
Tints of Han Purple #370AFA
RGB
CMYK
RGB Variations
Color information
#370AFA (or 0x370AFA) is known color: Han Purple. HEX triplet: 37, 0A and FA. RGB value is (55,10,250). Sum of RGB (Red+Green+Blue) = 55+10+250=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #370AFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370AFA is #C8F505. Grayscale: #313131. Windows color (decimal): -13169926 or 16386615. OLE color: 16386615.
HSL color Cylindrical-coordinate representation of color #370AFA: hue angle of 251.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370AFA is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 10 | 250 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.02 |
| HSL | 251.25º | 0.96% | 0.51% | - |
| HSV(B) | 251.25º | 0.96% | 0.98% | - |
| XYZ | 18.94 | 7.93 | 90.98 | - |
| YUV | 50.82 | 240.41 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 250 | 0.78 | 0.96 | 0 | 0.02 | 251.25 | 0.96 | 0.51 |
| Hex | 37 | A | FA | 4E | 60 | 0 | 2 | FB | 60 | 33 |
| Octal | 67 | 12 | 372 | 116 | 140 | 0 | 2 | 373 | 140 | 63 |
| Binary | 110111 | 1010 | 11111010 | 1001110 | 1100000 | 0 | 10 | 11111011 | 1100000 | 110011 |
Color Harmonies of #370AFA
Complementary color
Monochromatic Colors of #370AFA
Black with #370AFA
Text Example
Text Example
White with #370AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AFA; }
p { color: rgb(55,10,250); }
H1.HeaderClassName
{
color: #370AFA;
}
.AnyTagClassName
{
color: #370AFA;
}
</style>
background-color css
<style>
a { background-color: #370AFA; }
a { background-color: rgb(55,10,250); }
div.DivClassName
{
background-color: #370AFA;
}
.BgClassName
{
background-color: #370AFA;
}
</style>
border-color css
<style>
span { border-color: #370AFA; }
span { border-color: rgb(55,10,250); }
td.TdClassName
{
border-color: #370AFA;
}
.TagClassName
{
border-color: #370AFA;
}
</style>