#3118E7

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

Shades of Han Purple #3118E7

Tints of Han Purple #3118E7

Color information

#3118E7 (or 0x3118E7) is unknown color: approx Han Purple. HEX triplet: 31, 18 and E7. RGB value is (49,24,231). Sum of RGB (Red+Green+Blue) = 49+24+231=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 231 (90.62% from 255 or 75.99% from 304); Max value from RGB is 231 - color contains mainly: blue. Hex color #3118E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3118E7 is #CEE718. Grayscale: #363636. Windows color (decimal): -13559577 or 15145009. OLE color: 15145009.

HSL color Cylindrical-coordinate representation of color #3118E7: hue angle of 247.25º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3118E7 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4924231-
CMYK0.790.9000.09
HSL247.25º81.18%50%-
HSV(B)247.25º89.61%90.59%-
XYZ16.027.0876.12-
YUV55.07227.28123.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.12%
GREEN value IS 24 (9.77% from 255) = 7.89%
BLUE value IS 231 (90.62% from 255) = 75.99%
R=16.12%
G=7.89%
B=75.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal49242310.790.9000.09247.2581.1850
Hex3118E74F5A09f75132
Octal613034711713201136712162
Binary11000111000111001111001111101101001001111101111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3118E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3118E7; }

 p { color: rgb(49,24,231); }

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

<style>
 a { background-color: #3118E7; }

 a { background-color: rgb(49,24,231); }

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

<style>
 span { border-color: #3118E7; }

 span { border-color: rgb(49,24,231); }

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