Html Css Color HEX #371EF1 Han Purple

📋 copy color: '#371EF1'

red 55 ◦ green 30 ◦ blue 241

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

Shades of Han Purple #371EF1

Tints of Han Purple #371EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 73.93%

R = 16.87%
G = 9.2%
B = 73.93%

CMYK

 C value IS 0.77

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#371EF1 (or 0x371EF1) is known color: Han Purple. HEX triplet: 37, 1E and F1. RGB value is (55,30,241). Sum of RGB (Red+Green+Blue) = 55+30+241=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 30 (12.11% from 255 or 9.20% from 326); Blue value is 241 (94.53% from 255 or 73.93% from 326); Max value from RGB is 241 - color contains mainly: blue. Hex color #371EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EF1 is #C8E10E. Grayscale: #3C3C3C. Windows color (decimal): -13164815 or 15801911. OLE color: 15801911.

HSL color Cylindrical-coordinate representation of color #371EF1: hue angle of 247.11º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371EF1 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 55 30 241 -
CMYK 0.77 0.88 0 0.05
HSL 247.11º 0.88% 0.53% -
HSV(B) 247.11º 0.88% 0.95% -
XYZ 17.92 8.09 83.84 -
YUV 61.53 229.28 123.34 -
System Red Green Blue C M Y K H S L
Decimal 55 30 241 0.77 0.88 0 0.05 247.11 0.88 0.53
Hex 37 1E F1 4D 58 0 5 F7 58 35
Octal 67 36 361 115 130 0 5 367 130 65
Binary 110111 11110 11110001 1001101 1011000 0 101 11110111 1011000 110101

Color Harmonies of #371EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EF1

Black with #371EF1

Text Example


Text Example

White with #371EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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