#4232DC

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

Shades of Han Purple #4232DC

Tints of Han Purple #4232DC

Color information

#4232DC (or 0x4232DC) is unknown color: approx Han Purple. HEX triplet: 42, 32 and DC. RGB value is (66,50,220). Sum of RGB (Red+Green+Blue) = 66+50+220=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 220 (86.33% from 255 or 65.48% from 336); Max value from RGB is 220 - color contains mainly: blue. Hex color #4232DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4232DC is #BDCD23. Grayscale: #494949. Windows color (decimal): -12438820 or 14430786. OLE color: 14430786.

HSL color Cylindrical-coordinate representation of color #4232DC: hue angle of 245.65º 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 #4232DC is Cyan = 0.7, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6650220-
CMYK0.70.7700.14
HSL245.65º70.83%52.94%-
HSV(B)245.65º77.27%86.27%-
XYZ16.318.6168.51-
YUV74.16210.3122.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 220 (86.33% from 255) = 65.48%
R=19.64%
G=14.88%
B=65.48%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66502200.70.7700.14245.6570.8352.94
Hex4232DC464D0Ef64735
Octal1026233410611501636610765
Binary1000010110010110111001000110100110101110111101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4232DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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