Html Css Color HEX #341AEB Han Purple

📋 copy color: '#341AEB'

red 52 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #341AEB

Tints of Han Purple #341AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 75.08%

R = 16.61%
G = 8.31%
B = 75.08%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#341AEB (or 0x341AEB) is known color: Han Purple. HEX triplet: 34, 1A and EB. RGB value is (52,26,235). Sum of RGB (Red+Green+Blue) = 52+26+235=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 26 (10.55% from 255 or 8.31% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #341AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341AEB is #CBE514. Grayscale: #383838. Windows color (decimal): -13362453 or 15407668. OLE color: 15407668.

HSL color Cylindrical-coordinate representation of color #341AEB: hue angle of 247.46º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #341AEB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 26 235 -
CMYK 0.78 0.89 0 0.08
HSL 247.46º 0.84% 0.51% -
HSV(B) 247.46º 0.89% 0.92% -
XYZ 16.78 7.47 79.15 -
YUV 57.6 228.11 124.01 -
System Red Green Blue C M Y K H S L
Decimal 52 26 235 0.78 0.89 0 0.08 247.46 0.84 0.51
Hex 34 1A EB 4E 59 0 8 F7 54 33
Octal 64 32 353 116 131 0 10 367 124 63
Binary 110100 11010 11101011 1001110 1011001 0 1000 11110111 1010100 110011

Color Harmonies of #341AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341AEB

Black with #341AEB

Text Example


Text Example

White with #341AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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