Html Css Color HEX #371FE4 Han Purple

📋 copy color: '#371FE4'

red 55 ◦ green 31 ◦ blue 228

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

Shades of Han Purple #371FE4

Tints of Han Purple #371FE4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 228 (89.45% from 255) = 72.61%

R = 17.52%
G = 9.87%
B = 72.61%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#371FE4 (or 0x371FE4) is known color: Han Purple. HEX triplet: 37, 1F and E4. RGB value is (55,31,228). Sum of RGB (Red+Green+Blue) = 55+31+228=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 228 (89.45% from 255 or 72.61% from 314); Max value from RGB is 228 - color contains mainly: blue. Hex color #371FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371FE4 is #C8E01B. Grayscale: #3B3B3B. Windows color (decimal): -13164572 or 14950199. OLE color: 14950199.

HSL color Cylindrical-coordinate representation of color #371FE4: hue angle of 247.31º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371FE4 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 31 228 -
CMYK 0.76 0.86 0 0.11
HSL 247.31º 0.78% 0.51% -
HSV(B) 247.31º 0.86% 0.89% -
XYZ 16.07 7.39 73.98 -
YUV 60.63 222.45 123.98 -
System Red Green Blue C M Y K H S L
Decimal 55 31 228 0.76 0.86 0 0.11 247.31 0.78 0.51
Hex 37 1F E4 4C 56 0 B F7 4E 33
Octal 67 37 344 114 126 0 13 367 116 63
Binary 110111 11111 11100100 1001100 1010110 0 1011 11110111 1001110 110011

Color Harmonies of #371FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FE4

Black with #371FE4

Text Example


Text Example

White with #371FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,31,228); }

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

background-color css

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

 a { background-color: rgb(55,31,228); }

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

border-color css

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

 span { border-color: rgb(55,31,228); }

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