Shades of Han Purple #370DF8
Tints of Han Purple #370DF8
RGB
CMYK
RGB Variations
Color information
#370DF8 (or 0x370DF8) is known color: Han Purple. HEX triplet: 37, 0D and F8. RGB value is (55,13,248). Sum of RGB (Red+Green+Blue) = 55+13+248=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 248 (97.27% from 255 or 78.48% from 316); Max value from RGB is 248 - color contains mainly: blue. Hex color #370DF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370DF8 is #C8F207. Grayscale: #333333. Windows color (decimal): -13169160 or 16256311. OLE color: 16256311.
HSL color Cylindrical-coordinate representation of color #370DF8: hue angle of 250.72º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370DF8 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 55 | 13 | 248 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.03 |
| HSL | 250.72º | 0.94% | 0.51% | - |
| HSV(B) | 250.72º | 0.95% | 0.97% | - |
| XYZ | 18.66 | 7.88 | 89.34 | - |
| YUV | 52.35 | 238.41 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 248 | 0.78 | 0.95 | 0 | 0.03 | 250.72 | 0.94 | 0.51 |
| Hex | 37 | D | F8 | 4E | 5F | 0 | 3 | FB | 5E | 33 |
| Octal | 67 | 15 | 370 | 116 | 137 | 0 | 3 | 373 | 136 | 63 |
| Binary | 110111 | 1101 | 11111000 | 1001110 | 1011111 | 0 | 11 | 11111011 | 1011110 | 110011 |
Color Harmonies of #370DF8
Complementary color
Monochromatic Colors of #370DF8
Black with #370DF8
Text Example
Text Example
White with #370DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370DF8; }
p { color: rgb(55,13,248); }
H1.HeaderClassName
{
color: #370DF8;
}
.AnyTagClassName
{
color: #370DF8;
}
</style>
background-color css
<style>
a { background-color: #370DF8; }
a { background-color: rgb(55,13,248); }
div.DivClassName
{
background-color: #370DF8;
}
.BgClassName
{
background-color: #370DF8;
}
</style>
border-color css
<style>
span { border-color: #370DF8; }
span { border-color: rgb(55,13,248); }
td.TdClassName
{
border-color: #370DF8;
}
.TagClassName
{
border-color: #370DF8;
}
</style>