#2812e9

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

Shades of Han Purple #2812E9

Tints of Han Purple #2812E9

Color information

#2812E9 (or 0x2812E9) is unknown color: approx Han Purple. HEX triplet: 28, 12 and E9. RGB value is (40,18,233). Sum of RGB (Red+Green+Blue) = 40+18+233=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 233 (91.41% from 255 or 80.07% from 291); Max value from RGB is 233 - color contains mainly: blue. Hex color #2812E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2812E9 is #D7ED16. Grayscale: #303030. Windows color (decimal): -14150935 or 15274536. OLE color: 15274536.

HSL color Cylindrical-coordinate representation of color #2812E9: hue angle of 246.14º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2812E9 is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB4018233-
CMYK0.830.9200.09
HSL246.14º85.66%49.22%-
HSV(B)246.14º92.27%91.37%-
XYZ15.86.7777.56-
YUV49.09231.79121.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 233 (91.41% from 255) = 80.07%
R=13.75%
G=6.19%
B=80.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal40182330.830.9200.09246.1485.6649.22
Hex2812E9535C09f65631
Octal502235112313401136612661
Binary10100010010111010011010011101110001001111101101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2812e9; }

 p { color: rgb(40,18,233); }

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

<style>
 a { background-color: #2812e9; }

 a { background-color: rgb(40,18,233); }

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

<style>
 span { border-color: #2812e9; }

 span { border-color: rgb(40,18,233); }

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