Html Css Color HEX #482DE0 Han Purple

📋 copy color: '#482DE0'

red 72 ◦ green 45 ◦ blue 224

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

Shades of Han Purple #482DE0

Tints of Han Purple #482DE0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 224 (87.89% from 255) = 65.69%

R = 21.11%
G = 13.2%
B = 65.69%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#482DE0 (or 0x482DE0) is known color: Han Purple. HEX triplet: 48, 2D and E0. RGB value is (72,45,224). Sum of RGB (Red+Green+Blue) = 72+45+224=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #482DE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DE0 is #B7D21F. Grayscale: #484848. Windows color (decimal): -12046880 or 14691656. OLE color: 14691656.

HSL color Cylindrical-coordinate representation of color #482DE0: hue angle of 249.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482DE0 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 45 224 -
CMYK 0.68 0.80 0 0.12
HSL 249.05º 0.74% 0.53% -
HSV(B) 249.05º 0.8% 0.88% -
XYZ 17.07 8.64 71.29 -
YUV 73.48 212.95 126.95 -
System Red Green Blue C M Y K H S L
Decimal 72 45 224 0.68 0.80 0 0.12 249.05 0.74 0.53
Hex 48 2D E0 44 50 0 C F9 4A 35
Octal 110 55 340 104 120 0 14 371 112 65
Binary 1001000 101101 11100000 1000100 1010000 0 1100 11111001 1001010 110101

Color Harmonies of #482DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DE0

Black with #482DE0

Text Example


Text Example

White with #482DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,224); }

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

background-color css

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

 a { background-color: rgb(72,45,224); }

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

border-color css

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

 span { border-color: rgb(72,45,224); }

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