Html Css Color HEX #341CEB Han Purple

📋 copy color: '#341CEB'

red 52 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #341CEB

Tints of Han Purple #341CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 16.51%
G = 8.89%
B = 74.6%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#341CEB (or 0x341CEB) is known color: Han Purple. HEX triplet: 34, 1C and EB. RGB value is (52,28,235). Sum of RGB (Red+Green+Blue) = 52+28+235=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 235 (92.19% from 255 or 74.60% from 315); Max value from RGB is 235 - color contains mainly: blue. Hex color #341CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CEB is #CBE314. Grayscale: #393939. Windows color (decimal): -13361941 or 15408180. OLE color: 15408180.

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

Color convert

RGB 52 28 235 -
CMYK 0.78 0.88 0 0.08
HSL 246.96º 0.84% 0.52% -
HSV(B) 246.96º 0.88% 0.92% -
XYZ 16.83 7.56 79.17 -
YUV 58.77 227.45 123.17 -
System Red Green Blue C M Y K H S L
Decimal 52 28 235 0.78 0.88 0 0.08 246.96 0.84 0.52
Hex 34 1C EB 4E 58 0 8 F7 54 34
Octal 64 34 353 116 130 0 10 367 124 64
Binary 110100 11100 11101011 1001110 1011000 0 1000 11110111 1010100 110100

Color Harmonies of #341CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CEB

Black with #341CEB

Text Example


Text Example

White with #341CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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