#370EFB

Color #370EFB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #370EFB

Tints of Han Purple #370EFB

Color information

#370EFB (or 0x370EFB) is unknown color: approx Han Purple. HEX triplet: 37, 0E and FB. RGB value is (55,14,251). Sum of RGB (Red+Green+Blue) = 55+14+251=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #370EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #370EFB is #C8F104. Grayscale: #343434. Windows color (decimal): -13168901 or 16453175. OLE color: 16453175.

HSL color Cylindrical-coordinate representation of color #370EFB: hue angle of 250.38º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EFB is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB5514251-
CMYK0.780.9400.02
HSL250.38º96.73%51.96%-
HSV(B)250.38º94.42%98.43%-
XYZ19.158.0991.82-
YUV53.28239.58129.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 251 (98.44% from 255) = 78.44%
R=17.19%
G=4.38%
B=78.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal55142510.780.9400.02250.3896.7351.96
Hex37EFB4E5E02fa6134
Octal67163731161360237214164
Binary11011111101111101110011101011110010111110101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370EFB; }

 p { color: rgb(55,14,251); }

 H1.HeaderClassName
 {
   color: #370EFB;
 }
 .AnyTagClassName
 {
   color: #370EFB;
 }
</style>
background-color css

<style>
 a { background-color: #370EFB; }

 a { background-color: rgb(55,14,251); }

 div.DivClassName
 {
   background-color: #370EFB;
 }
 .BgClassName
 {
   background-color: #370EFB;
 }
</style>
border-color css

<style>
 span { border-color: #370EFB; }

 span { border-color: rgb(55,14,251); }

 td.TdClassName
 {
   border-color: #370EFB;
 }
 .TagClassName
 {
   border-color: #370EFB;
 }
</style>