Html Css Color HEX #371EFF Han Purple

📋 copy color: '#371EFF'

red 55 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #371EFF

Tints of Han Purple #371EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 75%

R = 16.18%
G = 8.82%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#371EFF (or 0x371EFF) is known color: Han Purple. HEX triplet: 37, 1E and FF. RGB value is (55,30,255). Sum of RGB (Red+Green+Blue) = 55+30+255=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #371EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EFF is #C8E100. Grayscale: #3E3E3E. Windows color (decimal): -13164801 or 16719415. OLE color: 16719415.

HSL color Cylindrical-coordinate representation of color #371EFF: hue angle of 246.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371EFF is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 30 255 -
CMYK 0.78 0.88 0 0
HSL 246.67º 1% 0.56% -
HSV(B) 246.67º 0.88% 1% -
XYZ 20.09 8.96 95.28 -
YUV 63.13 236.28 122.2 -
System Red Green Blue C M Y K H S L
Decimal 55 30 255 0.78 0.88 0 0 246.67 1 0.56
Hex 37 1E FF 4E 58 0 0 F7 64 38
Octal 67 36 377 116 130 0 0 367 144 70
Binary 110111 11110 11111111 1001110 1011000 0 0 11110111 1100100 111000

Color Harmonies of #371EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EFF

Black with #371EFF

Text Example


Text Example

White with #371EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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