#310ED5

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

Shades of Han Purple #310ED5

Tints of Han Purple #310ED5

Color information

#310ED5 (or 0x310ED5) is unknown color: approx Han Purple. HEX triplet: 31, 0E and D5. RGB value is (49,14,213). Sum of RGB (Red+Green+Blue) = 49+14+213=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #310ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #310ED5 is #CEF12A. Grayscale: #2E2E2E. Windows color (decimal): -13562155 or 13962801. OLE color: 13962801.

HSL color Cylindrical-coordinate representation of color #310ED5: hue angle of 250.55º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #310ED5 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4914213-
CMYK0.770.9300.16
HSL250.55º87.67%44.51%-
HSV(B)250.55º93.43%83.53%-
XYZ13.435.7763.36-
YUV47.15221.6129.32-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 14 (5.86% from 255) = 5.07%
BLUE value IS 213 (83.59% from 255) = 77.17%
R=17.75%
G=5.07%
B=77.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal49142130.770.9300.16250.5587.6744.51
Hex31ED54D5D010fb582d
Octal611632511513502037313055
Binary11000111101101010110011011011101010000111110111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310ED5; }

 p { color: rgb(49,14,213); }

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

<style>
 a { background-color: #310ED5; }

 a { background-color: rgb(49,14,213); }

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

<style>
 span { border-color: #310ED5; }

 span { border-color: rgb(49,14,213); }

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