Html Css Color HEX #341CEE Han Purple

📋 copy color: '#341CEE'

red 52 ◦ green 28 ◦ blue 238

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

Shades of Han Purple #341CEE

Tints of Han Purple #341CEE

RGB

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

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

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

R = 16.35%
G = 8.81%
B = 74.84%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#341CEE (or 0x341CEE) is known color: Han Purple. HEX triplet: 34, 1C and EE. RGB value is (52,28,238). Sum of RGB (Red+Green+Blue) = 52+28+238=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 238 (93.36% from 255 or 74.84% from 318); Max value from RGB is 238 - color contains mainly: blue. Hex color #341CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CEE is #CBE311. Grayscale: #3A3A3A. Windows color (decimal): -13361938 or 15604788. OLE color: 15604788.

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

Color convert

RGB 52 28 238 -
CMYK 0.78 0.88 0 0.07
HSL 246.86º 0.86% 0.52% -
HSV(B) 246.86º 0.88% 0.93% -
XYZ 17.26 7.73 81.47 -
YUV 59.12 228.95 122.92 -
System Red Green Blue C M Y K H S L
Decimal 52 28 238 0.78 0.88 0 0.07 246.86 0.86 0.52
Hex 34 1C EE 4E 58 0 7 F7 56 34
Octal 64 34 356 116 130 0 7 367 126 64
Binary 110100 11100 11101110 1001110 1011000 0 111 11110111 1010110 110100

Color Harmonies of #341CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CEE

Black with #341CEE

Text Example


Text Example

White with #341CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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