Html Css Color HEX #341CEA Han Purple

📋 copy color: '#341CEA'

red 52 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #341CEA

Tints of Han Purple #341CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.52%

R = 16.56%
G = 8.92%
B = 74.52%

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

#341CEA (or 0x341CEA) is known color: Han Purple. HEX triplet: 34, 1C and EA. RGB value is (52,28,234). Sum of RGB (Red+Green+Blue) = 52+28+234=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 28 (11.33% from 255 or 8.92% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #341CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #341CEA is #CBE315. Grayscale: #393939. Windows color (decimal): -13361942 or 15342644. OLE color: 15342644.

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

Color convert

RGB 52 28 234 -
CMYK 0.78 0.88 0 0.08
HSL 246.99º 0.83% 0.51% -
HSV(B) 246.99º 0.88% 0.92% -
XYZ 16.68 7.5 78.41 -
YUV 58.66 226.95 123.25 -
System Red Green Blue C M Y K H S L
Decimal 52 28 234 0.78 0.88 0 0.08 246.99 0.83 0.51
Hex 34 1C EA 4E 58 0 8 F7 53 33
Octal 64 34 352 116 130 0 10 367 123 63
Binary 110100 11100 11101010 1001110 1011000 0 1000 11110111 1010011 110011

Color Harmonies of #341CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341CEA

Black with #341CEA

Text Example


Text Example

White with #341CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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