#482CDB

Color #482CDB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #482CDB

Tints of Han Purple #482CDB

Color information

#482CDB (or 0x482CDB) is unknown color: approx 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

RGB7244219-
CMYK0.670.8000.14
HSL249.6º70.85%51.57%-
HSV(B)249.6º79.91%85.88%-
XYZ16.368.2967.76-
YUV72.32210.78127.77-

RGB Variations

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

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 (Cyan) values IS 0.67
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal72442190.670.8000.14249.670.8551.57
Hex482CDB43500Efa4734
Octal1105433310312001637210764
Binary1001000101100110110111000011101000001110111110101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>