#2819FA

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

Shades of Han Purple #2819FA

Tints of Han Purple #2819FA

Color information

#2819FA (or 0x2819FA) is unknown color: approx Han Purple. HEX triplet: 28, 19 and FA. RGB value is (40,25,250). Sum of RGB (Red+Green+Blue) = 40+25+250=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 250 (98.05% from 255 or 79.37% from 315); Max value from RGB is 250 - color contains mainly: blue. Hex color #2819FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2819FA is #D7E605. Grayscale: #363636. Windows color (decimal): -14149126 or 16390440. OLE color: 16390440.

HSL color Cylindrical-coordinate representation of color #2819FA: hue angle of 244º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2819FA is Cyan = 0.84, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4025250-
CMYK0.840.900.02
HSL244º95.74%53.92%-
HSV(B)244º90%98.04%-
XYZ18.488.0591.02-
YUV55.14237.97117.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.70%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 250 (98.05% from 255) = 79.37%
R=12.70%
G=7.94%
B=79.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal40252500.840.900.0224495.7453.92
Hex2819FA545A02f46036
Octal50313721241320236414066
Binary101000110011111101010101001011010010111101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2819FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2819FA; }

 p { color: rgb(40,25,250); }

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

<style>
 a { background-color: #2819FA; }

 a { background-color: rgb(40,25,250); }

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

<style>
 span { border-color: #2819FA; }

 span { border-color: rgb(40,25,250); }

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