Html Css Color HEX #482CDB Han Purple

📋 copy color: '#482CDB'

red 72 ◦ green 44 ◦ blue 219

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

Shades of Han Purple #482CDB

Tints of Han Purple #482CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

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

R = 21.49%
G = 13.13%
B = 65.37%

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

#482CDB (or 0x482CDB) is known color: Han Purple. HEX triplet: 48, 2C and DB. RGB value is (72,44,219). Sum of RGB (Red+Green+Blue) = 72+44+219=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #482CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CDB is #B7D324. Grayscale: #474747. Windows color (decimal): -12047141 or 14363720. OLE color: 14363720.

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

Color convert

RGB 72 44 219 -
CMYK 0.67 0.80 0 0.14
HSL 249.6º 0.71% 0.52% -
HSV(B) 249.6º 0.8% 0.86% -
XYZ 16.36 8.29 67.76 -
YUV 72.32 210.78 127.77 -
System Red Green Blue C M Y K H S L
Decimal 72 44 219 0.67 0.80 0 0.14 249.6 0.71 0.52
Hex 48 2C DB 43 50 0 E FA 47 34
Octal 110 54 333 103 120 0 16 372 107 64
Binary 1001000 101100 11011011 1000011 1010000 0 1110 11111010 1000111 110100

Color Harmonies of #482CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CDB

Black with #482CDB

Text Example


Text Example

White with #482CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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