Html Css Color HEX #371EDE Han Purple

📋 copy color: '#371EDE'

red 55 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #371EDE

Tints of Han Purple #371EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.77%

 BLUE value IS 222 (87.11% from 255) = 72.31%

R = 17.92%
G = 9.77%
B = 72.31%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#371EDE (or 0x371EDE) is known color: Han Purple. HEX triplet: 37, 1E and DE. RGB value is (55,30,222). Sum of RGB (Red+Green+Blue) = 55+30+222=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 30 (12.11% from 255 or 9.77% from 307); Blue value is 222 (87.11% from 255 or 72.31% from 307); Max value from RGB is 222 - color contains mainly: blue. Hex color #371EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EDE is #C8E121. Grayscale: #3A3A3A. Windows color (decimal): -13164834 or 14556727. OLE color: 14556727.

HSL color Cylindrical-coordinate representation of color #371EDE: hue angle of 247.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371EDE is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 30 222 -
CMYK 0.75 0.86 0 0.13
HSL 247.81º 0.76% 0.49% -
HSV(B) 247.81º 0.86% 0.87% -
XYZ 15.22 7.01 69.66 -
YUV 59.36 219.78 124.89 -
System Red Green Blue C M Y K H S L
Decimal 55 30 222 0.75 0.86 0 0.13 247.81 0.76 0.49
Hex 37 1E DE 4B 56 0 D F8 4C 31
Octal 67 36 336 113 126 0 15 370 114 61
Binary 110111 11110 11011110 1001011 1010110 0 1101 11111000 1001100 110001

Color Harmonies of #371EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EDE

Black with #371EDE

Text Example


Text Example

White with #371EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371EDE; }

 p { color: rgb(55,30,222); }

 H1.HeaderClassName
 {
   color: #371EDE;
 }
 .AnyTagClassName
 {
   color: #371EDE;
 }
</style>

background-color css

<style>
 a { background-color: #371EDE; }

 a { background-color: rgb(55,30,222); }

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

border-color css

<style>
 span { border-color: #371EDE; }

 span { border-color: rgb(55,30,222); }

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