Html Css Color HEX #341BEB Han Purple

📋 copy color: '#341BEB'

red 52 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #341BEB

Tints of Han Purple #341BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

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

R = 16.56%
G = 8.6%
B = 74.84%

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

#341BEB (or 0x341BEB) is known color: Han Purple. HEX triplet: 34, 1B and EB. RGB value is (52,27,235). Sum of RGB (Red+Green+Blue) = 52+27+235=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #341BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341BEB is #CBE414. Grayscale: #393939. Windows color (decimal): -13362197 or 15407924. OLE color: 15407924.

HSL color Cylindrical-coordinate representation of color #341BEB: hue angle of 247.21º 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 #341BEB is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 52 27 235 -
CMYK 0.78 0.89 0 0.08
HSL 247.21º 0.84% 0.51% -
HSV(B) 247.21º 0.89% 0.92% -
XYZ 16.8 7.51 79.16 -
YUV 58.19 227.78 123.59 -
System Red Green Blue C M Y K H S L
Decimal 52 27 235 0.78 0.89 0 0.08 247.21 0.84 0.51
Hex 34 1B EB 4E 59 0 8 F7 54 33
Octal 64 33 353 116 131 0 10 367 124 63
Binary 110100 11011 11101011 1001110 1011001 0 1000 11110111 1010100 110011

Color Harmonies of #341BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341BEB

Black with #341BEB

Text Example


Text Example

White with #341BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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