Html Css Color HEX #341DEE Han Purple

📋 copy color: '#341DEE'

red 52 ◦ green 29 ◦ blue 238

#341DEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #341DEE

Tints of Han Purple #341DEE

RGB

 RED value IS 52 (20.7% from 255) = 16.3%

 GREEN value IS 29 (11.72% from 255) = 9.09%

 BLUE value IS 238 (93.36% from 255) = 74.61%

R = 16.3%
G = 9.09%
B = 74.61%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#341DEE (or 0x341DEE) is known color: 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

RGB 52 29 238 -
CMYK 0.78 0.88 0 0.07
HSL 246.6º 0.86% 0.52% -
HSV(B) 246.6º 0.88% 0.93% -
XYZ 17.29 7.78 81.48 -
YUV 59.7 228.62 122.51 -
System Red Green Blue C M Y K H S L
Decimal 52 29 238 0.78 0.88 0 0.07 246.6 0.86 0.52
Hex 34 1D EE 4E 58 0 7 F7 56 34
Octal 64 35 356 116 130 0 7 367 126 64
Binary 110100 11101 11101110 1001110 1011000 0 111 11110111 1010110 110100

Color Harmonies of #341DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341DEE

Black with #341DEE

Text Example


Text Example

White with #341DEE

Text Example


Text Example

HTML Codes & Css Web 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>