#4532DC

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

Shades of Han Purple #4532DC

Tints of Han Purple #4532DC

Color information

#4532DC (or 0x4532DC) is unknown color: approx Han Purple. HEX triplet: 45, 32 and DC. RGB value is (69,50,220). Sum of RGB (Red+Green+Blue) = 69+50+220=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #4532DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532DC is #BACD23. Grayscale: #4A4A4A. Windows color (decimal): -12242212 or 14430789. OLE color: 14430789.

HSL color Cylindrical-coordinate representation of color #4532DC: hue angle of 246.71º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4532DC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6950220-
CMYK0.690.7700.14
HSL246.71º70.83%52.94%-
HSV(B)246.71º77.27%86.27%-
XYZ16.518.7168.52-
YUV75.06209.79123.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.35%
GREEN value IS 50 (19.92% from 255) = 14.75%
BLUE value IS 220 (86.33% from 255) = 64.90%
R=20.35%
G=14.75%
B=64.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal69502200.690.7700.14246.7170.8352.94
Hex4532DC454D0Ef74735
Octal1056233410511501636710765
Binary1000101110010110111001000101100110101110111101111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4532DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4532DC; }

 p { color: rgb(69,50,220); }

 H1.HeaderClassName
 {
   color: #4532DC;
 }
 .AnyTagClassName
 {
   color: #4532DC;
 }
</style>
background-color css

<style>
 a { background-color: #4532DC; }

 a { background-color: rgb(69,50,220); }

 div.DivClassName
 {
   background-color: #4532DC;
 }
 .BgClassName
 {
   background-color: #4532DC;
 }
</style>
border-color css

<style>
 span { border-color: #4532DC; }

 span { border-color: rgb(69,50,220); }

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