Html Css Color HEX #3426E0 Han Purple

📋 copy color: '#3426E0'

red 52 ◦ green 38 ◦ blue 224

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

Shades of Han Purple #3426E0

Tints of Han Purple #3426E0

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.1%

 BLUE value IS 224 (87.89% from 255) = 71.34%

R = 16.56%
G = 12.1%
B = 71.34%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3426E0 (or 0x3426E0) is known color: Han Purple. HEX triplet: 34, 26 and E0. RGB value is (52,38,224). Sum of RGB (Red+Green+Blue) = 52+38+224=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #3426E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426E0 is #CBD91F. Grayscale: #3E3E3E. Windows color (decimal): -13359392 or 14689844. OLE color: 14689844.

HSL color Cylindrical-coordinate representation of color #3426E0: hue angle of 244.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3426E0 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 38 224 -
CMYK 0.77 0.83 0 0.12
HSL 244.52º 0.75% 0.51% -
HSV(B) 244.52º 0.83% 0.88% -
XYZ 15.56 7.5 71.15 -
YUV 63.39 218.64 119.88 -
System Red Green Blue C M Y K H S L
Decimal 52 38 224 0.77 0.83 0 0.12 244.52 0.75 0.51
Hex 34 26 E0 4D 53 0 C F5 4B 33
Octal 64 46 340 115 123 0 14 365 113 63
Binary 110100 100110 11100000 1001101 1010011 0 1100 11110101 1001011 110011

Color Harmonies of #3426E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426E0

Black with #3426E0

Text Example


Text Example

White with #3426E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3426E0; }

 p { color: rgb(52,38,224); }

 H1.HeaderClassName
 {
   color: #3426E0;
 }
 .AnyTagClassName
 {
   color: #3426E0;
 }
</style>

background-color css

<style>
 a { background-color: #3426E0; }

 a { background-color: rgb(52,38,224); }

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

border-color css

<style>
 span { border-color: #3426E0; }

 span { border-color: rgb(52,38,224); }

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