#2827EC

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

Shades of Han Purple #2827EC

Tints of Han Purple #2827EC

Color information

#2827EC (or 0x2827EC) is unknown color: approx Han Purple. HEX triplet: 28, 27 and EC. RGB value is (40,39,236). Sum of RGB (Red+Green+Blue) = 40+39+236=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 236 (92.58% from 255 or 74.92% from 315); Max value from RGB is 236 - color contains mainly: blue. Hex color #2827EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2827EC is #D7D813. Grayscale: #3C3C3C. Windows color (decimal): -14145556 or 15476520. OLE color: 15476520.

HSL color Cylindrical-coordinate representation of color #2827EC: hue angle of 240.3º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2827EC is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4039236-
CMYK0.830.8300.07
HSL240.3º83.83%53.92%-
HSV(B)240.3º83.47%92.55%-
XYZ16.747.9680.01-
YUV61.76226.33112.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 236 (92.58% from 255) = 74.92%
R=12.70%
G=12.38%
B=74.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal40392360.830.8300.07240.383.8353.92
Hex2827EC535307f05436
Octal50473541231230736012466
Binary10100010011111101100101001110100110111111100001010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2827EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2827EC; }

 p { color: rgb(40,39,236); }

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

<style>
 a { background-color: #2827EC; }

 a { background-color: rgb(40,39,236); }

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

<style>
 span { border-color: #2827EC; }

 span { border-color: rgb(40,39,236); }

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