Html Css Color HEX #482DDE Han Purple

📋 copy color: '#482DDE'

red 72 ◦ green 45 ◦ blue 222

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

Shades of Han Purple #482DDE

Tints of Han Purple #482DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 21.24%
G = 13.27%
B = 65.49%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482DDE (or 0x482DDE) is known color: Han Purple. HEX triplet: 48, 2D and DE. RGB value is (72,45,222). Sum of RGB (Red+Green+Blue) = 72+45+222=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #482DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DDE is #B7D221. Grayscale: #484848. Windows color (decimal): -12046882 or 14560584. OLE color: 14560584.

HSL color Cylindrical-coordinate representation of color #482DDE: hue angle of 249.15º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #482DDE is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 45 222 -
CMYK 0.68 0.80 0 0.13
HSL 249.15º 0.73% 0.52% -
HSV(B) 249.15º 0.8% 0.87% -
XYZ 16.8 8.53 69.87 -
YUV 73.25 211.95 127.11 -
System Red Green Blue C M Y K H S L
Decimal 72 45 222 0.68 0.80 0 0.13 249.15 0.73 0.52
Hex 48 2D DE 44 50 0 D F9 49 34
Octal 110 55 336 104 120 0 15 371 111 64
Binary 1001000 101101 11011110 1000100 1010000 0 1101 11111001 1001001 110100

Color Harmonies of #482DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DDE

Black with #482DDE

Text Example


Text Example

White with #482DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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