Html Css Color HEX #482EDC Han Purple

📋 copy color: '#482EDC'

red 72 ◦ green 46 ◦ blue 220

#482EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #482EDC

Tints of Han Purple #482EDC

RGB

 RED value IS 72 (28.52% from 255) = 21.3%

 GREEN value IS 46 (18.36% from 255) = 13.61%

 BLUE value IS 220 (86.33% from 255) = 65.09%

R = 21.3%
G = 13.61%
B = 65.09%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#482EDC (or 0x482EDC) is known color: Han Purple. HEX triplet: 48, 2E and DC. RGB value is (72,46,220). Sum of RGB (Red+Green+Blue) = 72+46+220=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #482EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EDC is #B7D123. Grayscale: #484848. Windows color (decimal): -12046628 or 14429768. OLE color: 14429768.

HSL color Cylindrical-coordinate representation of color #482EDC: hue angle of 248.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482EDC is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 46 220 -
CMYK 0.67 0.79 0 0.14
HSL 248.97º 0.71% 0.52% -
HSV(B) 248.97º 0.79% 0.86% -
XYZ 16.57 8.5 68.48 -
YUV 73.61 210.61 126.85 -
System Red Green Blue C M Y K H S L
Decimal 72 46 220 0.67 0.79 0 0.14 248.97 0.71 0.52
Hex 48 2E DC 43 4F 0 E F9 47 34
Octal 110 56 334 103 117 0 16 371 107 64
Binary 1001000 101110 11011100 1000011 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #482EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EDC

Black with #482EDC

Text Example


Text Example

White with #482EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #482EDC;
 }
 .AnyTagClassName
 {
   color: #482EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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