#3A2BDC

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

Shades of Han Purple #3A2BDC

Tints of Han Purple #3A2BDC

Color information

#3A2BDC (or 0x3A2BDC) is unknown color: approx Han Purple. HEX triplet: 3A, 2B and DC. RGB value is (58,43,220). Sum of RGB (Red+Green+Blue) = 58+43+220=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #3A2BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BDC is #C5D423. Grayscale: #424242. Windows color (decimal): -12964900 or 14428986. OLE color: 14428986.

HSL color Cylindrical-coordinate representation of color #3A2BDC: hue angle of 245.08º degrees, saturation: 0.72, 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 #3A2BDC is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB5843220-
CMYK0.740.8000.14
HSL245.08º71.66%51.57%-
HSV(B)245.08º80.45%86.27%-
XYZ15.537.7968.4-
YUV67.66213.97121.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 220 (86.33% from 255) = 68.54%
R=18.07%
G=13.40%
B=68.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal58432200.740.8000.14245.0871.6651.57
Hex3A2BDC4A500Ef54834
Octal725333411212001636511064
Binary111010101011110111001001010101000001110111101011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2BDC; }

 p { color: rgb(58,43,220); }

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

<style>
 a { background-color: #3A2BDC; }

 a { background-color: rgb(58,43,220); }

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

<style>
 span { border-color: #3A2BDC; }

 span { border-color: rgb(58,43,220); }

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