#371CD7

Color #371CD7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #371CD7

Tints of Han Purple #371CD7

Color information

#371CD7 (or 0x371CD7) is unknown color: approx Han Purple. HEX triplet: 37, 1C and D7. RGB value is (55,28,215). Sum of RGB (Red+Green+Blue) = 55+28+215=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 215 (84.38% from 255 or 72.15% from 298); Max value from RGB is 215 - color contains mainly: blue. Hex color #371CD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371CD7 is #C8E328. Grayscale: #383838. Windows color (decimal): -13165353 or 14097463. OLE color: 14097463.

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

Color convert

RGB5528215-
CMYK0.740.8700.16
HSL248.66º76.95%47.65%-
HSV(B)248.66º86.98%84.31%-
XYZ14.266.5564.8-
YUV57.39216.95126.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.46%
GREEN value IS 28 (11.33% from 255) = 9.40%
BLUE value IS 215 (84.38% from 255) = 72.15%
R=18.46%
G=9.40%
B=72.15%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal55282150.740.8700.16248.6676.9547.65
Hex371CD74A57010f94d30
Octal673432711212702037111560
Binary110111111001101011110010101010111010000111110011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #371CD7;
 }
 .AnyTagClassName
 {
   color: #371CD7;
 }
</style>
background-color css

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

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

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

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

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

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