Html Css Color HEX #371EDA Han Purple

📋 copy color: '#371EDA'

red 55 ◦ green 30 ◦ blue 218

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

Shades of Han Purple #371EDA

Tints of Han Purple #371EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 71.95%

R = 18.15%
G = 9.9%
B = 71.95%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#371EDA (or 0x371EDA) is known color: Han Purple. HEX triplet: 37, 1E and DA. RGB value is (55,30,218). Sum of RGB (Red+Green+Blue) = 55+30+218=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #371EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371EDA is #C8E125. Grayscale: #3A3A3A. Windows color (decimal): -13164838 or 14294583. OLE color: 14294583.

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

Color convert

RGB 55 30 218 -
CMYK 0.75 0.86 0 0.15
HSL 247.98º 0.76% 0.49% -
HSV(B) 247.98º 0.86% 0.85% -
XYZ 14.69 6.8 66.87 -
YUV 58.91 217.78 125.21 -
System Red Green Blue C M Y K H S L
Decimal 55 30 218 0.75 0.86 0 0.15 247.98 0.76 0.49
Hex 37 1E DA 4B 56 0 F F8 4C 31
Octal 67 36 332 113 126 0 17 370 114 61
Binary 110111 11110 11011010 1001011 1010110 0 1111 11111000 1001100 110001

Color Harmonies of #371EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EDA

Black with #371EDA

Text Example


Text Example

White with #371EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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