Html Css Color HEX #371FEF Han Purple

📋 copy color: '#371FEF'

red 55 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #371FEF

Tints of Han Purple #371FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 16.92%
G = 9.54%
B = 73.54%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#371FEF (or 0x371FEF) is known color: Han Purple. HEX triplet: 37, 1F and EF. RGB value is (55,31,239). Sum of RGB (Red+Green+Blue) = 55+31+239=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 31 (12.5% from 255 or 9.54% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #371FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FEF is #C8E010. Grayscale: #3D3D3D. Windows color (decimal): -13164561 or 15671095. OLE color: 15671095.

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

Color convert

RGB 55 31 239 -
CMYK 0.77 0.87 0 0.06
HSL 246.92º 0.87% 0.53% -
HSV(B) 246.92º 0.87% 0.94% -
XYZ 17.65 8.02 82.28 -
YUV 61.89 227.95 123.09 -
System Red Green Blue C M Y K H S L
Decimal 55 31 239 0.77 0.87 0 0.06 246.92 0.87 0.53
Hex 37 1F EF 4D 57 0 6 F7 57 35
Octal 67 37 357 115 127 0 6 367 127 65
Binary 110111 11111 11101111 1001101 1010111 0 110 11110111 1010111 110101

Color Harmonies of #371FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FEF

Black with #371FEF

Text Example


Text Example

White with #371FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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