#3714EA

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

Shades of Han Purple #3714EA

Tints of Han Purple #3714EA

Color information

#3714EA (or 0x3714EA) is unknown color: approx Han Purple. HEX triplet: 37, 14 and EA. RGB value is (55,20,234). Sum of RGB (Red+Green+Blue) = 55+20+234=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3714EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3714EA is #C8EB15. Grayscale: #363636. Windows color (decimal): -13167382 or 15340599. OLE color: 15340599.

HSL color Cylindrical-coordinate representation of color #3714EA: hue angle of 249.81º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3714EA is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB5520234-
CMYK0.760.9100.08
HSL249.81º84.25%49.8%-
HSV(B)249.81º91.45%91.76%-
XYZ16.687.2578.36-
YUV54.86229.1128.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.80%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 234 (91.80% from 255) = 75.73%
R=17.80%
G=6.47%
B=75.73%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal55202340.760.9100.08249.8184.2549.8
Hex3714EA4C5B08fa5432
Octal672435211413301037212462
Binary11011110100111010101001100101101101000111110101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3714EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3714EA; }

 p { color: rgb(55,20,234); }

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

<style>
 a { background-color: #3714EA; }

 a { background-color: rgb(55,20,234); }

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

<style>
 span { border-color: #3714EA; }

 span { border-color: rgb(55,20,234); }

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