Html Css Color HEX #370EDB Han Purple

📋 copy color: '#370EDB'

red 55 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #370EDB

Tints of Han Purple #370EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.86%

 BLUE value IS 219 (85.94% from 255) = 76.04%

R = 19.1%
G = 4.86%
B = 76.04%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#370EDB (or 0x370EDB) is known color: Han Purple. HEX triplet: 37, 0E and DB. RGB value is (55,14,219). Sum of RGB (Red+Green+Blue) = 55+14+219=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 219 (85.94% from 255 or 76.04% from 288); Max value from RGB is 219 - color contains mainly: blue. Hex color #370EDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370EDB is #C8F124. Grayscale: #303030. Windows color (decimal): -13168933 or 14356023. OLE color: 14356023.

HSL color Cylindrical-coordinate representation of color #370EDB: hue angle of 252º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370EDB is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 14 219 -
CMYK 0.75 0.94 0 0.14
HSL 252º 0.88% 0.46% -
HSV(B) 252º 0.94% 0.86% -
XYZ 14.52 6.24 67.46 -
YUV 49.63 223.58 131.83 -
System Red Green Blue C M Y K H S L
Decimal 55 14 219 0.75 0.94 0 0.14 252 0.88 0.46
Hex 37 E DB 4B 5E 0 E FC 58 2E
Octal 67 16 333 113 136 0 16 374 130 56
Binary 110111 1110 11011011 1001011 1011110 0 1110 11111100 1011000 101110

Color Harmonies of #370EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EDB

Black with #370EDB

Text Example


Text Example

White with #370EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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