#3424DE

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

Shades of Han Purple #3424DE

Tints of Han Purple #3424DE

Color information

#3424DE (or 0x3424DE) is unknown color: approx Han Purple. HEX triplet: 34, 24 and DE. RGB value is (52,36,222). Sum of RGB (Red+Green+Blue) = 52+36+222=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 222 (87.11% from 255 or 71.61% from 310); Max value from RGB is 222 - color contains mainly: blue. Hex color #3424DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424DE is #CBDB21. Grayscale: #3D3D3D. Windows color (decimal): -13359906 or 14558260. OLE color: 14558260.

HSL color Cylindrical-coordinate representation of color #3424DE: hue angle of 245.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3424DE is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5236222-
CMYK0.770.8400.13
HSL245.16º73.81%50.59%-
HSV(B)245.16º83.78%87.06%-
XYZ15.237.2769.71-
YUV61.99218.3120.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.77%
GREEN value IS 36 (14.45% from 255) = 11.61%
BLUE value IS 222 (87.11% from 255) = 71.61%
R=16.77%
G=11.61%
B=71.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52362220.770.8400.13245.1673.8150.59
Hex3424DE4D540Df54a33
Octal644433611512401536511263
Binary110100100100110111101001101101010001101111101011001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3424DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3424DE; }

 p { color: rgb(52,36,222); }

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

<style>
 a { background-color: #3424DE; }

 a { background-color: rgb(52,36,222); }

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

<style>
 span { border-color: #3424DE; }

 span { border-color: rgb(52,36,222); }

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