Html Css Color HEX #3420D9 Han Purple

📋 copy color: '#3420D9'

red 52 ◦ green 32 ◦ blue 217

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

Shades of Han Purple #3420D9

Tints of Han Purple #3420D9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 217 (85.16% from 255) = 72.09%

R = 17.28%
G = 10.63%
B = 72.09%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3420D9 (or 0x3420D9) is known color: Han Purple. HEX triplet: 34, 20 and D9. RGB value is (52,32,217). Sum of RGB (Red+Green+Blue) = 52+32+217=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 217 (85.16% from 255 or 72.09% from 301); Max value from RGB is 217 - color contains mainly: blue. Hex color #3420D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420D9 is #CBDF26. Grayscale: #3A3A3A. Windows color (decimal): -13360935 or 14229556. OLE color: 14229556.

HSL color Cylindrical-coordinate representation of color #3420D9: hue angle of 246.49º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3420D9 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 32 217 -
CMYK 0.76 0.85 0 0.15
HSL 246.49º 0.74% 0.49% -
HSV(B) 246.49º 0.85% 0.85% -
XYZ 14.46 6.77 66.19 -
YUV 59.07 217.13 122.96 -
System Red Green Blue C M Y K H S L
Decimal 52 32 217 0.76 0.85 0 0.15 246.49 0.74 0.49
Hex 34 20 D9 4C 55 0 F F6 4A 31
Octal 64 40 331 114 125 0 17 366 112 61
Binary 110100 100000 11011001 1001100 1010101 0 1111 11110110 1001010 110001

Color Harmonies of #3420D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420D9

Black with #3420D9

Text Example


Text Example

White with #3420D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3420D9; }

 p { color: rgb(52,32,217); }

 H1.HeaderClassName
 {
   color: #3420D9;
 }
 .AnyTagClassName
 {
   color: #3420D9;
 }
</style>

background-color css

<style>
 a { background-color: #3420D9; }

 a { background-color: rgb(52,32,217); }

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

border-color css

<style>
 span { border-color: #3420D9; }

 span { border-color: rgb(52,32,217); }

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