Html Css Color HEX #482DDB Han Purple

📋 copy color: '#482DDB'

red 72 ◦ green 45 ◦ blue 219

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

Shades of Han Purple #482DDB

Tints of Han Purple #482DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 65.18%

R = 21.43%
G = 13.39%
B = 65.18%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#482DDB (or 0x482DDB) is known color: Han Purple. HEX triplet: 48, 2D and DB. RGB value is (72,45,219). Sum of RGB (Red+Green+Blue) = 72+45+219=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 219 (85.94% from 255 or 65.18% from 336); Max value from RGB is 219 - color contains mainly: blue. Hex color #482DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DDB is #B7D224. Grayscale: #484848. Windows color (decimal): -12046885 or 14363976. OLE color: 14363976.

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

Color convert

RGB 72 45 219 -
CMYK 0.67 0.79 0 0.14
HSL 249.31º 0.71% 0.52% -
HSV(B) 249.31º 0.79% 0.86% -
XYZ 16.4 8.37 67.77 -
YUV 72.91 210.45 127.35 -
System Red Green Blue C M Y K H S L
Decimal 72 45 219 0.67 0.79 0 0.14 249.31 0.71 0.52
Hex 48 2D DB 43 4F 0 E F9 47 34
Octal 110 55 333 103 117 0 16 371 107 64
Binary 1001000 101101 11011011 1000011 1001111 0 1110 11111001 1000111 110100

Color Harmonies of #482DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DDB

Black with #482DDB

Text Example


Text Example

White with #482DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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