Html Css Color HEX #370FD8 Han Purple

📋 copy color: '#370FD8'

red 55 ◦ green 15 ◦ blue 216

#370FD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #370FD8

Tints of Han Purple #370FD8

RGB

 RED value IS 55 (21.88% from 255) = 19.23%

 GREEN value IS 15 (6.25% from 255) = 5.24%

 BLUE value IS 216 (84.77% from 255) = 75.52%

R = 19.23%
G = 5.24%
B = 75.52%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#370FD8 (or 0x370FD8) is known color: Han Purple. HEX triplet: 37, 0F and D8. RGB value is (55,15,216). Sum of RGB (Red+Green+Blue) = 55+15+216=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 216 (84.77% from 255 or 75.52% from 286); Max value from RGB is 216 - color contains mainly: blue. Hex color #370FD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370FD8 is #C8F027. Grayscale: #313131. Windows color (decimal): -13168680 or 14159671. OLE color: 14159671.

HSL color Cylindrical-coordinate representation of color #370FD8: hue angle of 251.94º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370FD8 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 15 216 -
CMYK 0.75 0.93 0 0.15
HSL 251.94º 0.87% 0.45% -
HSV(B) 251.94º 0.93% 0.85% -
XYZ 14.14 6.11 65.4 -
YUV 49.87 221.75 131.66 -
System Red Green Blue C M Y K H S L
Decimal 55 15 216 0.75 0.93 0 0.15 251.94 0.87 0.45
Hex 37 F D8 4B 5D 0 F FC 57 2D
Octal 67 17 330 113 135 0 17 374 127 55
Binary 110111 1111 11011000 1001011 1011101 0 1111 11111100 1010111 101101

Color Harmonies of #370FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370FD8

Black with #370FD8

Text Example


Text Example

White with #370FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,15,216); }

 H1.HeaderClassName
 {
   color: #370FD8;
 }
 .AnyTagClassName
 {
   color: #370FD8;
 }
</style>

background-color css

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

 a { background-color: rgb(55,15,216); }

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

border-color css

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

 span { border-color: rgb(55,15,216); }

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