#4a26ed

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

Shades of Han Purple #4A26ED

Tints of Han Purple #4A26ED

Color information

#4A26ED (or 0x4A26ED) is unknown color: approx Han Purple. HEX triplet: 4A, 26 and ED. RGB value is (74,38,237). Sum of RGB (Red+Green+Blue) = 74+38+237=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 38 (15.23% from 255 or 10.89% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A26ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A26ED is #B5D912. Grayscale: #464646. Windows color (decimal): -11917587 or 15541834. OLE color: 15541834.

HSL color Cylindrical-coordinate representation of color #4A26ED: hue angle of 250.85º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A26ED is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB7438237-
CMYK0.690.8400.07
HSL250.85º84.68%53.92%-
HSV(B)250.85º83.97%92.94%-
XYZ18.88.9680.86-
YUV71.45221.43129.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.20%
GREEN value IS 38 (15.23% from 255) = 10.89%
BLUE value IS 237 (92.97% from 255) = 67.91%
R=21.20%
G=10.89%
B=67.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal74382370.690.8400.07250.8584.6853.92
Hex4A26ED455407fb5536
Octal112463551051240737312566
Binary100101010011011101101100010110101000111111110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a26ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4a26ed; }

 p { color: rgb(74,38,237); }

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

<style>
 a { background-color: #4a26ed; }

 a { background-color: rgb(74,38,237); }

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

<style>
 span { border-color: #4a26ed; }

 span { border-color: rgb(74,38,237); }

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