#482EDE

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

Shades of Han Purple #482EDE

Tints of Han Purple #482EDE

Color information

#482EDE (or 0x482EDE) is unknown color: approx Han Purple. HEX triplet: 48, 2E and DE. RGB value is (72,46,222). Sum of RGB (Red+Green+Blue) = 72+46+222=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #482EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EDE is #B7D121. Grayscale: #494949. Windows color (decimal): -12046626 or 14560840. OLE color: 14560840.

HSL color Cylindrical-coordinate representation of color #482EDE: hue angle of 248.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482EDE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7246222-
CMYK0.680.7900.13
HSL248.86º72.73%52.55%-
HSV(B)248.86º79.28%87.06%-
XYZ16.838.6169.88-
YUV73.84211.61126.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.18%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 222 (87.11% from 255) = 65.29%
R=21.18%
G=13.53%
B=65.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal72462220.680.7900.13248.8672.7352.55
Hex482EDE444F0Df94935
Octal1105633610411701537111165
Binary1001000101110110111101000100100111101101111110011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482EDE; }

 p { color: rgb(72,46,222); }

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

<style>
 a { background-color: #482EDE; }

 a { background-color: rgb(72,46,222); }

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

<style>
 span { border-color: #482EDE; }

 span { border-color: rgb(72,46,222); }

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