Html Css Color HEX #371BEA Han Purple

📋 copy color: '#371BEA'

red 55 ◦ green 27 ◦ blue 234

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

Shades of Han Purple #371BEA

Tints of Han Purple #371BEA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 17.41%
G = 8.54%
B = 74.05%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#371BEA (or 0x371BEA) is known color: Han Purple. HEX triplet: 37, 1B and EA. RGB value is (55,27,234). Sum of RGB (Red+Green+Blue) = 55+27+234=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #371BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #371BEA is #C8E415. Grayscale: #3A3A3A. Windows color (decimal): -13165590 or 15342391. OLE color: 15342391.

HSL color Cylindrical-coordinate representation of color #371BEA: hue angle of 248.12º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #371BEA is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 27 234 -
CMYK 0.76 0.88 0 0.08
HSL 248.12º 0.83% 0.51% -
HSV(B) 248.12º 0.88% 0.92% -
XYZ 16.82 7.54 78.41 -
YUV 58.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 55 27 234 0.76 0.88 0 0.08 248.12 0.83 0.51
Hex 37 1B EA 4C 58 0 8 F8 53 33
Octal 67 33 352 114 130 0 10 370 123 63
Binary 110111 11011 11101010 1001100 1011000 0 1000 11111000 1010011 110011

Color Harmonies of #371BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371BEA

Black with #371BEA

Text Example


Text Example

White with #371BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,234); }

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

background-color css

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

 a { background-color: rgb(55,27,234); }

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

border-color css

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

 span { border-color: rgb(55,27,234); }

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