Html Css Color HEX #371ED8 Han Purple

📋 copy color: '#371ED8'

red 55 ◦ green 30 ◦ blue 216

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

Shades of Han Purple #371ED8

Tints of Han Purple #371ED8

RGB

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

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

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

R = 18.27%
G = 9.97%
B = 71.76%

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

#371ED8 (or 0x371ED8) is known color: Han Purple. HEX triplet: 37, 1E and D8. RGB value is (55,30,216). Sum of RGB (Red+Green+Blue) = 55+30+216=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 216 (84.77% from 255 or 71.76% from 301); Max value from RGB is 216 - color contains mainly: blue. Hex color #371ED8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371ED8 is #C8E127. Grayscale: #393939. Windows color (decimal): -13164840 or 14163511. OLE color: 14163511.

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

Color convert

RGB 55 30 216 -
CMYK 0.75 0.86 0 0.15
HSL 248.06º 0.76% 0.48% -
HSV(B) 248.06º 0.86% 0.85% -
XYZ 14.43 6.7 65.5 -
YUV 58.68 216.78 125.38 -
System Red Green Blue C M Y K H S L
Decimal 55 30 216 0.75 0.86 0 0.15 248.06 0.76 0.48
Hex 37 1E D8 4B 56 0 F F8 4C 30
Octal 67 36 330 113 126 0 17 370 114 60
Binary 110111 11110 11011000 1001011 1010110 0 1111 11111000 1001100 110000

Color Harmonies of #371ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371ED8

Black with #371ED8

Text Example


Text Example

White with #371ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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