Html Css Color HEX #370EDC Han Purple

📋 copy color: '#370EDC'

red 55 ◦ green 14 ◦ blue 220

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

Shades of Han Purple #370EDC

Tints of Han Purple #370EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 76.12%

R = 19.03%
G = 4.84%
B = 76.12%

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

#370EDC (or 0x370EDC) is known color: Han Purple. HEX triplet: 37, 0E and DC. RGB value is (55,14,220). Sum of RGB (Red+Green+Blue) = 55+14+220=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #370EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370EDC is #C8F123. Grayscale: #303030. Windows color (decimal): -13168932 or 14421559. OLE color: 14421559.

HSL color Cylindrical-coordinate representation of color #370EDC: hue angle of 251.94º 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 #370EDC is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 14 220 -
CMYK 0.75 0.94 0 0.14
HSL 251.94º 0.88% 0.46% -
HSV(B) 251.94º 0.94% 0.86% -
XYZ 14.65 6.29 68.15 -
YUV 49.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 55 14 220 0.75 0.94 0 0.14 251.94 0.88 0.46
Hex 37 E DC 4B 5E 0 E FC 58 2E
Octal 67 16 334 113 136 0 16 374 130 56
Binary 110111 1110 11011100 1001011 1011110 0 1110 11111100 1011000 101110

Color Harmonies of #370EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370EDC

Black with #370EDC

Text Example


Text Example

White with #370EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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