#3F2ADC

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

Shades of Han Purple #3F2ADC

Tints of Han Purple #3F2ADC

Color information

#3F2ADC (or 0x3F2ADC) is unknown color: approx Han Purple. HEX triplet: 3F, 2A and DC. RGB value is (63,42,220). Sum of RGB (Red+Green+Blue) = 63+42+220=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #3F2ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2ADC is #C0D523. Grayscale: #434343. Windows color (decimal): -12637476 or 14428735. OLE color: 14428735.

HSL color Cylindrical-coordinate representation of color #3F2ADC: hue angle of 247.08º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F2ADC is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6342220-
CMYK0.710.8100.14
HSL247.08º71.77%51.37%-
HSV(B)247.08º80.91%86.27%-
XYZ15.87.8868.4-
YUV68.57213.46124.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 42 (16.80% from 255) = 12.92%
BLUE value IS 220 (86.33% from 255) = 67.69%
R=19.38%
G=12.92%
B=67.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63422200.710.8100.14247.0871.7751.37
Hex3F2ADC47510Ef74833
Octal775233410712101636711063
Binary111111101010110111001000111101000101110111101111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,220); }

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

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

 a { background-color: rgb(63,42,220); }

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

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

 span { border-color: rgb(63,42,220); }

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