#371DD0

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

Shades of Han Purple #371DD0

Tints of Han Purple #371DD0

Color information

#371DD0 (or 0x371DD0) is unknown color: approx Han Purple. HEX triplet: 37, 1D and D0. RGB value is (55,29,208). Sum of RGB (Red+Green+Blue) = 55+29+208=292 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.84% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #371DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #371DD0 is #C8E22F. Grayscale: #383838. Windows color (decimal): -13165104 or 13638967. OLE color: 13638967.

HSL color Cylindrical-coordinate representation of color #371DD0: hue angle of 248.72º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371DD0 is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5529208-
CMYK0.740.8600.18
HSL248.72º75.53%46.47%-
HSV(B)248.72º86.06%81.57%-
XYZ13.46.2560.17-
YUV57.18213.11126.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.84%
GREEN value IS 29 (11.72% from 255) = 9.93%
BLUE value IS 208 (81.64% from 255) = 71.23%
R=18.84%
G=9.93%
B=71.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55292080.740.8600.18248.7275.5346.47
Hex371DD04A56012f94c2e
Octal673532011212602237111456
Binary110111111011101000010010101010110010010111110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,29,208); }

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

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

 a { background-color: rgb(55,29,208); }

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

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

 span { border-color: rgb(55,29,208); }

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