Html Css Color HEX #482AE2 Han Purple

📋 copy color: '#482AE2'

red 72 ◦ green 42 ◦ blue 226

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

Shades of Han Purple #482AE2

Tints of Han Purple #482AE2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 226 (88.67% from 255) = 66.47%

R = 21.18%
G = 12.35%
B = 66.47%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#482AE2 (or 0x482AE2) is known color: Han Purple. HEX triplet: 48, 2A and E2. RGB value is (72,42,226). Sum of RGB (Red+Green+Blue) = 72+42+226=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 226 (88.67% from 255 or 66.47% from 340); Max value from RGB is 226 - color contains mainly: blue. Hex color #482AE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482AE2 is #B7D51D. Grayscale: #474747. Windows color (decimal): -12047646 or 14821960. OLE color: 14821960.

HSL color Cylindrical-coordinate representation of color #482AE2: hue angle of 249.78º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482AE2 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 42 226 -
CMYK 0.68 0.81 0 0.11
HSL 249.78º 0.76% 0.53% -
HSV(B) 249.78º 0.81% 0.89% -
XYZ 17.23 8.52 72.69 -
YUV 71.95 214.94 128.04 -
System Red Green Blue C M Y K H S L
Decimal 72 42 226 0.68 0.81 0 0.11 249.78 0.76 0.53
Hex 48 2A E2 44 51 0 B FA 4C 35
Octal 110 52 342 104 121 0 13 372 114 65
Binary 1001000 101010 11100010 1000100 1010001 0 1011 11111010 1001100 110101

Color Harmonies of #482AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482AE2

Black with #482AE2

Text Example


Text Example

White with #482AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,226); }

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

background-color css

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

 a { background-color: rgb(72,42,226); }

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

border-color css

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

 span { border-color: rgb(72,42,226); }

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