Html Css Color HEX #3421E4 Han Purple

📋 copy color: '#3421E4'

red 52 ◦ green 33 ◦ blue 228

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

Shades of Han Purple #3421E4

Tints of Han Purple #3421E4

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

 BLUE value IS 228 (89.45% from 255) = 72.84%

R = 16.61%
G = 10.54%
B = 72.84%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3421E4 (or 0x3421E4) is known color: Han Purple. HEX triplet: 34, 21 and E4. RGB value is (52,33,228). Sum of RGB (Red+Green+Blue) = 52+33+228=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 228 (89.45% from 255 or 72.84% from 313); Max value from RGB is 228 - color contains mainly: blue. Hex color #3421E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421E4 is #CBDE1B. Grayscale: #3C3C3C. Windows color (decimal): -13360668 or 14950708. OLE color: 14950708.

HSL color Cylindrical-coordinate representation of color #3421E4: hue angle of 245.85º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3421E4 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 33 228 -
CMYK 0.77 0.86 0 0.11
HSL 245.85º 0.78% 0.51% -
HSV(B) 245.85º 0.86% 0.89% -
XYZ 15.96 7.42 73.99 -
YUV 60.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 52 33 228 0.77 0.86 0 0.11 245.85 0.78 0.51
Hex 34 21 E4 4D 56 0 B F6 4E 33
Octal 64 41 344 115 126 0 13 366 116 63
Binary 110100 100001 11100100 1001101 1010110 0 1011 11110110 1001110 110011

Color Harmonies of #3421E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421E4

Black with #3421E4

Text Example


Text Example

White with #3421E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3421E4; }

 p { color: rgb(52,33,228); }

 H1.HeaderClassName
 {
   color: #3421E4;
 }
 .AnyTagClassName
 {
   color: #3421E4;
 }
</style>

background-color css

<style>
 a { background-color: #3421E4; }

 a { background-color: rgb(52,33,228); }

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

border-color css

<style>
 span { border-color: #3421E4; }

 span { border-color: rgb(52,33,228); }

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