Html Css Color HEX #482EDD Han Purple

📋 copy color: '#482EDD'

red 72 ◦ green 46 ◦ blue 221

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

Shades of Han Purple #482EDD

Tints of Han Purple #482EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 21.24%
G = 13.57%
B = 65.19%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482EDD (or 0x482EDD) is known color: Han Purple. HEX triplet: 48, 2E and DD. RGB value is (72,46,221). Sum of RGB (Red+Green+Blue) = 72+46+221=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #482EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482EDD is #B7D122. Grayscale: #494949. Windows color (decimal): -12046627 or 14495304. OLE color: 14495304.

HSL color Cylindrical-coordinate representation of color #482EDD: hue angle of 248.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482EDD is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 46 221 -
CMYK 0.67 0.79 0 0.13
HSL 248.91º 0.72% 0.52% -
HSV(B) 248.91º 0.79% 0.87% -
XYZ 16.7 8.55 69.18 -
YUV 73.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 72 46 221 0.67 0.79 0 0.13 248.91 0.72 0.52
Hex 48 2E DD 43 4F 0 D F9 48 34
Octal 110 56 335 103 117 0 15 371 110 64
Binary 1001000 101110 11011101 1000011 1001111 0 1101 11111001 1001000 110100

Color Harmonies of #482EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EDD

Black with #482EDD

Text Example


Text Example

White with #482EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,221); }

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

background-color css

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

 a { background-color: rgb(72,46,221); }

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

border-color css

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

 span { border-color: rgb(72,46,221); }

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