#3401E0

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

Shades of Han Purple #3401E0

Tints of Han Purple #3401E0

Color information

#3401E0 (or 0x3401E0) is unknown color: approx Han Purple. HEX triplet: 34, 01 and E0. RGB value is (52,1,224). Sum of RGB (Red+Green+Blue) = 52+1+224=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 224 (87.89% from 255 or 80.87% from 277); Max value from RGB is 224 - color contains mainly: blue. Hex color #3401E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3401E0 is #CBFE1F. Grayscale: #282828. Windows color (decimal): -13368864 or 14680372. OLE color: 14680372.

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

Color convert

RGB521224-
CMYK0.771.0000.12
HSL253.72º99.11%44.12%-
HSV(B)253.72º99.55%87.84%-
XYZ14.886.1370.92-
YUV41.67230.9135.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 224 (87.89% from 255) = 80.87%
R=18.77%
G=0.36%
B=80.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal5212240.771.0000.12253.7299.1144.12
Hex341E04D640Cfe632c
Octal64134011514401437614354
Binary1101001111000001001101110010001100111111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3401E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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