#4826E0

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

Shades of Han Purple #4826E0

Tints of Han Purple #4826E0

Color information

#4826E0 (or 0x4826E0) is unknown color: approx Han Purple. HEX triplet: 48, 26 and E0. RGB value is (72,38,224). Sum of RGB (Red+Green+Blue) = 72+38+224=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 224 (87.89% from 255 or 67.07% from 334); Max value from RGB is 224 - color contains mainly: blue. Hex color #4826E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4826E0 is #B7D91F. Grayscale: #444444. Windows color (decimal): -12048672 or 14689864. OLE color: 14689864.

HSL color Cylindrical-coordinate representation of color #4826E0: hue angle of 250.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4826E0 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7238224-
CMYK0.680.8300.12
HSL250.97º75%51.37%-
HSV(B)250.97º83.04%87.84%-
XYZ16.828.1571.21-
YUV69.37215.26129.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.56%
GREEN value IS 38 (15.23% from 255) = 11.38%
BLUE value IS 224 (87.89% from 255) = 67.07%
R=21.56%
G=11.38%
B=67.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal72382240.680.8300.12250.977551.37
Hex4826E044530Cfb4b33
Octal1104634010412301437311363
Binary1001000100110111000001000100101001101100111110111001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4826E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4826E0; }

 p { color: rgb(72,38,224); }

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

<style>
 a { background-color: #4826E0; }

 a { background-color: rgb(72,38,224); }

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

<style>
 span { border-color: #4826E0; }

 span { border-color: rgb(72,38,224); }

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