Html Css Color HEX #482CE2 Han Purple

📋 copy color: '#482CE2'

red 72 ◦ green 44 ◦ blue 226

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

Shades of Han Purple #482CE2

Tints of Han Purple #482CE2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.87%

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

R = 21.05%
G = 12.87%
B = 66.08%

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

#482CE2 (or 0x482CE2) is known color: Han Purple. HEX triplet: 48, 2C and E2. RGB value is (72,44,226). Sum of RGB (Red+Green+Blue) = 72+44+226=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 44 (17.58% from 255 or 12.87% from 342); Blue value is 226 (88.67% from 255 or 66.08% from 342); Max value from RGB is 226 - color contains mainly: blue. Hex color #482CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CE2 is #B7D31D. Grayscale: #484848. Windows color (decimal): -12047134 or 14822472. OLE color: 14822472.

HSL color Cylindrical-coordinate representation of color #482CE2: hue angle of 249.23º 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 #482CE2 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 44 226 -
CMYK 0.68 0.81 0 0.11
HSL 249.23º 0.76% 0.53% -
HSV(B) 249.23º 0.81% 0.89% -
XYZ 17.3 8.67 72.71 -
YUV 73.12 214.28 127.2 -
System Red Green Blue C M Y K H S L
Decimal 72 44 226 0.68 0.81 0 0.11 249.23 0.76 0.53
Hex 48 2C E2 44 51 0 B F9 4C 35
Octal 110 54 342 104 121 0 13 371 114 65
Binary 1001000 101100 11100010 1000100 1010001 0 1011 11111001 1001100 110101

Color Harmonies of #482CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CE2

Black with #482CE2

Text Example


Text Example

White with #482CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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