Html Css Color HEX #341AEE Han Purple

📋 copy color: '#341AEE'

red 52 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #341AEE

Tints of Han Purple #341AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

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

R = 16.46%
G = 8.23%
B = 75.32%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#341AEE (or 0x341AEE) is known color: Han Purple. HEX triplet: 34, 1A and EE. RGB value is (52,26,238). Sum of RGB (Red+Green+Blue) = 52+26+238=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 238 (93.36% from 255 or 75.32% from 316); Max value from RGB is 238 - color contains mainly: blue. Hex color #341AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AEE is #CBE511. Grayscale: #393939. Windows color (decimal): -13362450 or 15604276. OLE color: 15604276.

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

Color convert

RGB 52 26 238 -
CMYK 0.78 0.89 0 0.07
HSL 247.36º 0.86% 0.52% -
HSV(B) 247.36º 0.89% 0.93% -
XYZ 17.22 7.64 81.46 -
YUV 57.94 229.61 123.76 -
System Red Green Blue C M Y K H S L
Decimal 52 26 238 0.78 0.89 0 0.07 247.36 0.86 0.52
Hex 34 1A EE 4E 59 0 7 F7 56 34
Octal 64 32 356 116 131 0 7 367 126 64
Binary 110100 11010 11101110 1001110 1011001 0 111 11110111 1010110 110100

Color Harmonies of #341AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AEE

Black with #341AEE

Text Example


Text Example

White with #341AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #341AEE;
 }
 .AnyTagClassName
 {
   color: #341AEE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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