#370CD1

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

Shades of Han Purple #370CD1

Tints of Han Purple #370CD1

Color information

#370CD1 (or 0x370CD1) is unknown color: approx Han Purple. HEX triplet: 37, 0C and D1. RGB value is (55,12,209). Sum of RGB (Red+Green+Blue) = 55+12+209=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 209 (82.03% from 255 or 75.72% from 276); Max value from RGB is 209 - color contains mainly: blue. Hex color #370CD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #370CD1 is #C8F32E. Grayscale: #2E2E2E. Windows color (decimal): -13169455 or 13700151. OLE color: 13700151.

HSL color Cylindrical-coordinate representation of color #370CD1: hue angle of 253.1º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370CD1 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5512209-
CMYK0.740.9400.18
HSL253.1º89.14%43.33%-
HSV(B)253.1º94.26%81.96%-
XYZ13.225.6860.72-
YUV47.32219.25133.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 19.93%
GREEN value IS 12 (5.08% from 255) = 4.35%
BLUE value IS 209 (82.03% from 255) = 75.72%
R=19.93%
G=4.35%
B=75.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal55122090.740.9400.18253.189.1443.33
Hex37CD14A5E012fd592b
Octal671432111213602237513153
Binary11011111001101000110010101011110010010111111011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370CD1; }

 p { color: rgb(55,12,209); }

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

<style>
 a { background-color: #370CD1; }

 a { background-color: rgb(55,12,209); }

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

<style>
 span { border-color: #370CD1; }

 span { border-color: rgb(55,12,209); }

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