#3401DE

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

Shades of Han Purple #3401DE

Tints of Han Purple #3401DE

Color information

#3401DE (or 0x3401DE) is unknown color: approx Han Purple. HEX triplet: 34, 01 and DE. RGB value is (52,1,222). Sum of RGB (Red+Green+Blue) = 52+1+222=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 222 (87.11% from 255 or 80.73% from 275); Max value from RGB is 222 - color contains mainly: blue. Hex color #3401DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401DE is #CBFE21. Grayscale: #282828. Windows color (decimal): -13368866 or 14549300. OLE color: 14549300.

HSL color Cylindrical-coordinate representation of color #3401DE: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3401DE is Cyan = 0.77, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB521222-
CMYK0.771.0000.13
HSL253.85º99.1%43.73%-
HSV(B)253.85º99.55%87.06%-
XYZ14.616.0369.5-
YUV41.44229.9135.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 222 (87.11% from 255) = 80.73%
R=18.91%
G=0.36%
B=80.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5212220.771.0000.13253.8599.143.73
Hex341DE4D640Dfe632c
Octal64133611514401537614354
Binary1101001110111101001101110010001101111111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3401DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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