Html Css Color HEX #482DE3 Han Purple

📋 copy color: '#482DE3'

red 72 ◦ green 45 ◦ blue 227

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

Shades of Han Purple #482DE3

Tints of Han Purple #482DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 65.99%

R = 20.93%
G = 13.08%
B = 65.99%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#482DE3 (or 0x482DE3) is known color: Han Purple. HEX triplet: 48, 2D and E3. RGB value is (72,45,227). Sum of RGB (Red+Green+Blue) = 72+45+227=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 227 (89.06% from 255 or 65.99% from 344); Max value from RGB is 227 - color contains mainly: blue. Hex color #482DE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DE3 is #B7D21C. Grayscale: #494949. Windows color (decimal): -12046877 or 14888264. OLE color: 14888264.

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

Color convert

RGB 72 45 227 -
CMYK 0.68 0.80 0 0.11
HSL 248.9º 0.76% 0.53% -
HSV(B) 248.9º 0.8% 0.89% -
XYZ 17.48 8.8 73.45 -
YUV 73.82 214.45 126.7 -
System Red Green Blue C M Y K H S L
Decimal 72 45 227 0.68 0.80 0 0.11 248.9 0.76 0.53
Hex 48 2D E3 44 50 0 B F9 4C 35
Octal 110 55 343 104 120 0 13 371 114 65
Binary 1001000 101101 11100011 1000100 1010000 0 1011 11111001 1001100 110101

Color Harmonies of #482DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DE3

Black with #482DE3

Text Example


Text Example

White with #482DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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