#2814F6

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

Shades of Han Purple #2814F6

Tints of Han Purple #2814F6

Color information

#2814F6 (or 0x2814F6) is unknown color: approx Han Purple. HEX triplet: 28, 14 and F6. RGB value is (40,20,246). Sum of RGB (Red+Green+Blue) = 40+20+246=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 246 (96.48% from 255 or 80.39% from 306); Max value from RGB is 246 - color contains mainly: blue. Hex color #2814F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2814F6 is #D7EB09. Grayscale: #323232. Windows color (decimal): -14150410 or 16127016. OLE color: 16127016.

HSL color Cylindrical-coordinate representation of color #2814F6: hue angle of 245.31º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2814F6 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4020246-
CMYK0.840.9200.04
HSL245.31º92.62%52.16%-
HSV(B)245.31º91.87%96.47%-
XYZ17.767.6187.72-
YUV51.74237.63119.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 246 (96.48% from 255) = 80.39%
R=13.07%
G=6.54%
B=80.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal40202460.840.9200.04245.3192.6252.16
Hex2814F6545C04f55d34
Octal50243661241340436513564
Binary1010001010011110110101010010111000100111101011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2814F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2814F6; }

 p { color: rgb(40,20,246); }

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

<style>
 a { background-color: #2814F6; }

 a { background-color: rgb(40,20,246); }

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

<style>
 span { border-color: #2814F6; }

 span { border-color: rgb(40,20,246); }

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