Html Css Color HEX #371CE0 Han Purple

📋 copy color: '#371CE0'

red 55 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #371CE0

Tints of Han Purple #371CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

 BLUE value IS 224 (87.89% from 255) = 72.96%

R = 17.92%
G = 9.12%
B = 72.96%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#371CE0 (or 0x371CE0) is known color: Han Purple. HEX triplet: 37, 1C and E0. RGB value is (55,28,224). Sum of RGB (Red+Green+Blue) = 55+28+224=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 224 (87.89% from 255 or 72.96% from 307); Max value from RGB is 224 - color contains mainly: blue. Hex color #371CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CE0 is #C8E31F. Grayscale: #393939. Windows color (decimal): -13165344 or 14687287. OLE color: 14687287.

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

Color convert

RGB 55 28 224 -
CMYK 0.75 0.88 0 0.12
HSL 248.27º 0.78% 0.49% -
HSV(B) 248.27º 0.88% 0.88% -
XYZ 15.45 7.02 71.06 -
YUV 58.42 221.45 125.56 -
System Red Green Blue C M Y K H S L
Decimal 55 28 224 0.75 0.88 0 0.12 248.27 0.78 0.49
Hex 37 1C E0 4B 58 0 C F8 4E 31
Octal 67 34 340 113 130 0 14 370 116 61
Binary 110111 11100 11100000 1001011 1011000 0 1100 11111000 1001110 110001

Color Harmonies of #371CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CE0

Black with #371CE0

Text Example


Text Example

White with #371CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,224); }

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

background-color css

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

 a { background-color: rgb(55,28,224); }

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

border-color css

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

 span { border-color: rgb(55,28,224); }

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