#2E00FD

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

Shades of Han Purple #2E00FD

Tints of Han Purple #2E00FD

Color information

#2E00FD (or 0x2E00FD) is unknown color: approx Han Purple. HEX triplet: 2E, 00 and FD. RGB value is (46,0,253). Sum of RGB (Red+Green+Blue) = 46+0+253=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E00FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00FD is #D1FF02. Grayscale: #292929. Windows color (decimal): -13762307 or 16580654. OLE color: 16580654.

HSL color Cylindrical-coordinate representation of color #2E00FD: hue angle of 250.91º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00FD is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB460253-
CMYK0.82100.01
HSL250.91º100%49.61%-
HSV(B)250.91º100%99.22%-
XYZ18.867.6793.42-
YUV42.6246.74130.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 253 (99.22% from 255) = 84.62%
R=15.38%
G=0%
B=84.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal4602530.82100.01250.9110049.61
Hex2E0FD526401fb6432
Octal5603751221440137314462
Binary1011100111111011010010110010001111110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E00FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E00FD; }

 p { color: rgb(46,0,253); }

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

<style>
 a { background-color: #2E00FD; }

 a { background-color: rgb(46,0,253); }

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

<style>
 span { border-color: #2E00FD; }

 span { border-color: rgb(46,0,253); }

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