#2813FD

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

Shades of Han Purple #2813FD

Tints of Han Purple #2813FD

Color information

#2813FD (or 0x2813FD) is unknown color: approx Han Purple. HEX triplet: 28, 13 and FD. RGB value is (40,19,253). Sum of RGB (Red+Green+Blue) = 40+19+253=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #2813FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2813FD is #D7EC02. Grayscale: #333333. Windows color (decimal): -14150659 or 16585512. OLE color: 16585512.

HSL color Cylindrical-coordinate representation of color #2813FD: hue angle of 245.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2813FD is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4019253-
CMYK0.840.9200.01
HSL245.38º98.32%53.33%-
HSV(B)245.38º92.49%99.22%-
XYZ18.848.0193.48-
YUV51.96241.46119.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.82%
GREEN value IS 19 (7.81% from 255) = 6.09%
BLUE value IS 253 (99.22% from 255) = 81.09%
R=12.82%
G=6.09%
B=81.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal40192530.840.9200.01245.3898.3253.33
Hex2813FD545C01f56235
Octal50233751241340136514265
Binary10100010011111111011010100101110001111101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2813FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2813FD; }

 p { color: rgb(40,19,253); }

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

<style>
 a { background-color: #2813FD; }

 a { background-color: rgb(40,19,253); }

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

<style>
 span { border-color: #2813FD; }

 span { border-color: rgb(40,19,253); }

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