Html Css Color HEX #341AE7 Han Purple

📋 copy color: '#341AE7'

red 52 ◦ green 26 ◦ blue 231

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

Shades of Han Purple #341AE7

Tints of Han Purple #341AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 74.76%

R = 16.83%
G = 8.41%
B = 74.76%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#341AE7 (or 0x341AE7) is known color: Han Purple. HEX triplet: 34, 1A and E7. RGB value is (52,26,231). Sum of RGB (Red+Green+Blue) = 52+26+231=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #341AE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AE7 is #CBE518. Grayscale: #383838. Windows color (decimal): -13362457 or 15145524. OLE color: 15145524.

HSL color Cylindrical-coordinate representation of color #341AE7: hue angle of 247.61º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AE7 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 26 231 -
CMYK 0.77 0.89 0 0.09
HSL 247.61º 0.81% 0.5% -
HSV(B) 247.61º 0.89% 0.91% -
XYZ 16.21 7.24 76.14 -
YUV 57.14 226.11 124.33 -
System Red Green Blue C M Y K H S L
Decimal 52 26 231 0.77 0.89 0 0.09 247.61 0.81 0.5
Hex 34 1A E7 4D 59 0 9 F8 51 32
Octal 64 32 347 115 131 0 11 370 121 62
Binary 110100 11010 11100111 1001101 1011001 0 1001 11111000 1010001 110010

Color Harmonies of #341AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AE7

Black with #341AE7

Text Example


Text Example

White with #341AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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