#2E22F9

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

Shades of Han Purple #2E22F9

Tints of Han Purple #2E22F9

Color information

#2E22F9 (or 0x2E22F9) is unknown color: approx Han Purple. HEX triplet: 2E, 22 and F9. RGB value is (46,34,249). Sum of RGB (Red+Green+Blue) = 46+34+249=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 249 (97.66% from 255 or 75.68% from 329); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E22F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E22F9 is #D1DD06. Grayscale: #3D3D3D. Windows color (decimal): -13753607 or 16327214. OLE color: 16327214.

HSL color Cylindrical-coordinate representation of color #2E22F9: hue angle of 243.35º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E22F9 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB4634249-
CMYK0.820.8600.02
HSL243.35º94.71%55.49%-
HSV(B)243.35º86.35%97.65%-
XYZ18.88.5690.28-
YUV62.1233.48116.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.98%
GREEN value IS 34 (13.67% from 255) = 10.33%
BLUE value IS 249 (97.66% from 255) = 75.68%
R=13.98%
G=10.33%
B=75.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal46342490.820.8600.02243.3594.7155.49
Hex2E22F9525602f35f37
Octal56423711221260236313767
Binary1011101000101111100110100101010110010111100111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E22F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,249); }

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

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

 a { background-color: rgb(46,34,249); }

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

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

 span { border-color: rgb(46,34,249); }

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