Html Css Color HEX #480ED2 Han Purple

📋 copy color: '#480ED2'

red 72 ◦ green 14 ◦ blue 210

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

Shades of Han Purple #480ED2

Tints of Han Purple #480ED2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.73%

 BLUE value IS 210 (82.42% from 255) = 70.95%

R = 24.32%
G = 4.73%
B = 70.95%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#480ED2 (or 0x480ED2) is known color: Han Purple. HEX triplet: 48, 0E and D2. RGB value is (72,14,210). Sum of RGB (Red+Green+Blue) = 72+14+210=296 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.32% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 210 (82.42% from 255 or 70.95% from 296); Max value from RGB is 210 - color contains mainly: blue. Hex color #480ED2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480ED2 is #B7F12D. Grayscale: #343434. Windows color (decimal): -12054830 or 13766216. OLE color: 13766216.

HSL color Cylindrical-coordinate representation of color #480ED2: hue angle of 257.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480ED2 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 14 210 -
CMYK 0.66 0.93 0 0.18
HSL 257.76º 0.88% 0.44% -
HSV(B) 257.76º 0.93% 0.82% -
XYZ 14.46 6.34 61.44 -
YUV 53.69 216.22 141.06 -
System Red Green Blue C M Y K H S L
Decimal 72 14 210 0.66 0.93 0 0.18 257.76 0.88 0.44
Hex 48 E D2 42 5D 0 12 102 58 2C
Octal 110 16 322 102 135 0 22 402 130 54
Binary 1001000 1110 11010010 1000010 1011101 0 10010 100000010 1011000 101100

Color Harmonies of #480ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480ED2

Black with #480ED2

Text Example


Text Example

White with #480ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480ED2; }

 p { color: rgb(72,14,210); }

 H1.HeaderClassName
 {
   color: #480ED2;
 }
 .AnyTagClassName
 {
   color: #480ED2;
 }
</style>

background-color css

<style>
 a { background-color: #480ED2; }

 a { background-color: rgb(72,14,210); }

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

border-color css

<style>
 span { border-color: #480ED2; }

 span { border-color: rgb(72,14,210); }

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