Html Css Color HEX #371EFA Han Purple

📋 copy color: '#371EFA'

red 55 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #371EFA

Tints of Han Purple #371EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.63%

R = 16.42%
G = 8.96%
B = 74.63%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#371EFA (or 0x371EFA) is known color: Han Purple. HEX triplet: 37, 1E and FA. RGB value is (55,30,250). Sum of RGB (Red+Green+Blue) = 55+30+250=335 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.42% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 250 (98.05% from 255 or 74.63% from 335); Max value from RGB is 250 - color contains mainly: blue. Hex color #371EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371EFA is #C8E105. Grayscale: #3D3D3D. Windows color (decimal): -13164806 or 16391735. OLE color: 16391735.

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

Color convert

RGB 55 30 250 -
CMYK 0.78 0.88 0 0.02
HSL 246.82º 0.96% 0.55% -
HSV(B) 246.82º 0.88% 0.98% -
XYZ 19.3 8.64 91.09 -
YUV 62.56 233.78 122.61 -
System Red Green Blue C M Y K H S L
Decimal 55 30 250 0.78 0.88 0 0.02 246.82 0.96 0.55
Hex 37 1E FA 4E 58 0 2 F7 60 37
Octal 67 36 372 116 130 0 2 367 140 67
Binary 110111 11110 11111010 1001110 1011000 0 10 11110111 1100000 110111

Color Harmonies of #371EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371EFA

Black with #371EFA

Text Example


Text Example

White with #371EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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