#341DEE

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

Shades of Han Purple #341DEE

Tints of Han Purple #341DEE

Color information

#341DEE (or 0x341DEE) is unknown color: approx Han Purple. HEX triplet: 34, 1D and EE. RGB value is (52,29,238). Sum of RGB (Red+Green+Blue) = 52+29+238=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 29 (11.72% from 255 or 9.09% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #341DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341DEE is #CBE211. Grayscale: #3A3A3A. Windows color (decimal): -13361682 or 15605044. OLE color: 15605044.

HSL color Cylindrical-coordinate representation of color #341DEE: hue angle of 246.6º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #341DEE is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5229238-
CMYK0.780.8800.07
HSL246.6º86.01%52.35%-
HSV(B)246.6º87.82%93.33%-
XYZ17.297.7881.48-
YUV59.7228.62122.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.30%
GREEN value IS 29 (11.72% from 255) = 9.09%
BLUE value IS 238 (93.36% from 255) = 74.61%
R=16.30%
G=9.09%
B=74.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal52292380.780.8800.07246.686.0152.35
Hex341DEE4E5807f75634
Octal64353561161300736712664
Binary1101001110111101110100111010110000111111101111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341DEE; }

 p { color: rgb(52,29,238); }

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

<style>
 a { background-color: #341DEE; }

 a { background-color: rgb(52,29,238); }

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

<style>
 span { border-color: #341DEE; }

 span { border-color: rgb(52,29,238); }

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