Html Css Color HEX #371FFE Han Purple

📋 copy color: '#371FFE'

red 55 ◦ green 31 ◦ blue 254

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

Shades of Han Purple #371FFE

Tints of Han Purple #371FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 74.71%

R = 16.18%
G = 9.12%
B = 74.71%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#371FFE (or 0x371FFE) is known color: Han Purple. HEX triplet: 37, 1F and FE. RGB value is (55,31,254). Sum of RGB (Red+Green+Blue) = 55+31+254=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 254 (99.61% from 255 or 74.71% from 340); Max value from RGB is 254 - color contains mainly: blue. Hex color #371FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371FFE is #C8E001. Grayscale: #3E3E3E. Windows color (decimal): -13164546 or 16654135. OLE color: 16654135.

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

Color convert

RGB 55 31 254 -
CMYK 0.78 0.88 0 0.00
HSL 246.46º 0.99% 0.56% -
HSV(B) 246.46º 0.88% 1% -
XYZ 19.95 8.95 94.44 -
YUV 63.6 235.45 121.87 -
System Red Green Blue C M Y K H S L
Decimal 55 31 254 0.78 0.88 0 0.00 246.46 0.99 0.56
Hex 37 1F FE 4E 58 0 0 F6 63 38
Octal 67 37 376 116 130 0 0 366 143 70
Binary 110111 11111 11111110 1001110 1011000 0 0 11110110 1100011 111000

Color Harmonies of #371FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371FFE

Black with #371FFE

Text Example


Text Example

White with #371FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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