#371BDC

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

Shades of Han Purple #371BDC

Tints of Han Purple #371BDC

Color information

#371BDC (or 0x371BDC) is unknown color: approx Han Purple. HEX triplet: 37, 1B and DC. RGB value is (55,27,220). Sum of RGB (Red+Green+Blue) = 55+27+220=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #371BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371BDC is #C8E423. Grayscale: #383838. Windows color (decimal): -13165604 or 14424887. OLE color: 14424887.

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

Color convert

RGB5527220-
CMYK0.750.8800.14
HSL248.7º78.14%48.43%-
HSV(B)248.7º87.73%86.27%-
XYZ14.896.7668.23-
YUV57.37219.78126.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.21%
GREEN value IS 27 (10.94% from 255) = 8.94%
BLUE value IS 220 (86.33% from 255) = 72.85%
R=18.21%
G=8.94%
B=72.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal55272200.750.8800.14248.778.1448.43
Hex371BDC4B580Ef94e30
Octal673333411313001637111660
Binary11011111011110111001001011101100001110111110011001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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