Html Css Color HEX #371CD4 Han Purple

📋 copy color: '#371CD4'

red 55 ◦ green 28 ◦ blue 212

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

Shades of Han Purple #371CD4

Tints of Han Purple #371CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 71.86%

R = 18.64%
G = 9.49%
B = 71.86%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#371CD4 (or 0x371CD4) is known color: Han Purple. HEX triplet: 37, 1C and D4. RGB value is (55,28,212). Sum of RGB (Red+Green+Blue) = 55+28+212=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 212 (83.20% from 255 or 71.86% from 295); Max value from RGB is 212 - color contains mainly: blue. Hex color #371CD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CD4 is #C8E32B. Grayscale: #383838. Windows color (decimal): -13165356 or 13900855. OLE color: 13900855.

HSL color Cylindrical-coordinate representation of color #371CD4: hue angle of 248.8º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #371CD4 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 55 28 212 -
CMYK 0.74 0.87 0 0.17
HSL 248.8º 0.77% 0.47% -
HSV(B) 248.8º 0.87% 0.83% -
XYZ 13.87 6.4 62.79 -
YUV 57.05 215.45 126.54 -
System Red Green Blue C M Y K H S L
Decimal 55 28 212 0.74 0.87 0 0.17 248.8 0.77 0.47
Hex 37 1C D4 4A 57 0 11 F9 4D 2F
Octal 67 34 324 112 127 0 21 371 115 57
Binary 110111 11100 11010100 1001010 1010111 0 10001 11111001 1001101 101111

Color Harmonies of #371CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371CD4

Black with #371CD4

Text Example


Text Example

White with #371CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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