Html Css Color HEX #482BDB Han Purple

📋 copy color: '#482BDB'

red 72 ◦ green 43 ◦ blue 219

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

Shades of Han Purple #482BDB

Tints of Han Purple #482BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 21.56%
G = 12.87%
B = 65.57%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#482BDB (or 0x482BDB) is known color: Han Purple. HEX triplet: 48, 2B and DB. RGB value is (72,43,219). Sum of RGB (Red+Green+Blue) = 72+43+219=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #482BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BDB is #B7D424. Grayscale: #474747. Windows color (decimal): -12047397 or 14363464. OLE color: 14363464.

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

Color convert

RGB 72 43 219 -
CMYK 0.67 0.80 0 0.14
HSL 249.89º 0.71% 0.51% -
HSV(B) 249.89º 0.8% 0.86% -
XYZ 16.32 8.22 67.74 -
YUV 71.74 211.11 128.19 -
System Red Green Blue C M Y K H S L
Decimal 72 43 219 0.67 0.80 0 0.14 249.89 0.71 0.51
Hex 48 2B DB 43 50 0 E FA 47 33
Octal 110 53 333 103 120 0 16 372 107 63
Binary 1001000 101011 11011011 1000011 1010000 0 1110 11111010 1000111 110011

Color Harmonies of #482BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BDB

Black with #482BDB

Text Example


Text Example

White with #482BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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