Html Css Color HEX #3420DB Han Purple

📋 copy color: '#3420DB'

red 52 ◦ green 32 ◦ blue 219

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

Shades of Han Purple #3420DB

Tints of Han Purple #3420DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.28%

R = 17.16%
G = 10.56%
B = 72.28%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3420DB (or 0x3420DB) is known color: Han Purple. HEX triplet: 34, 20 and DB. RGB value is (52,32,219). Sum of RGB (Red+Green+Blue) = 52+32+219=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 219 (85.94% from 255 or 72.28% from 303); Max value from RGB is 219 - color contains mainly: blue. Hex color #3420DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420DB is #CBDF24. Grayscale: #3A3A3A. Windows color (decimal): -13360933 or 14360628. OLE color: 14360628.

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

Color convert

RGB 52 32 219 -
CMYK 0.76 0.85 0 0.14
HSL 246.42º 0.75% 0.49% -
HSV(B) 246.42º 0.85% 0.86% -
XYZ 14.72 6.88 67.57 -
YUV 59.3 218.13 122.79 -
System Red Green Blue C M Y K H S L
Decimal 52 32 219 0.76 0.85 0 0.14 246.42 0.75 0.49
Hex 34 20 DB 4C 55 0 E F6 4B 31
Octal 64 40 333 114 125 0 16 366 113 61
Binary 110100 100000 11011011 1001100 1010101 0 1110 11110110 1001011 110001

Color Harmonies of #3420DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420DB

Black with #3420DB

Text Example


Text Example

White with #3420DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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