Html Css Color HEX #321EDC Han Purple

📋 copy color: '#321EDC'

red 50 ◦ green 30 ◦ blue 220

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

Shades of Han Purple #321EDC

Tints of Han Purple #321EDC

RGB

 RED value IS 50 (19.92% from 255) = 16.67%

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 220 (86.33% from 255) = 73.33%

R = 16.67%
G = 10%
B = 73.33%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#321EDC (or 0x321EDC) is known color: Han Purple. HEX triplet: 32, 1E and DC. RGB value is (50,30,220). Sum of RGB (Red+Green+Blue) = 50+30+220=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #321EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EDC is #CDE123. Grayscale: #383838. Windows color (decimal): -13492516 or 14425650. OLE color: 14425650.

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

Color convert

RGB 50 30 220 -
CMYK 0.77 0.86 0 0.14
HSL 246.32º 0.76% 0.49% -
HSV(B) 246.32º 0.86% 0.86% -
XYZ 14.7 6.77 68.24 -
YUV 57.64 219.63 122.55 -
System Red Green Blue C M Y K H S L
Decimal 50 30 220 0.77 0.86 0 0.14 246.32 0.76 0.49
Hex 32 1E DC 4D 56 0 E F6 4C 31
Octal 62 36 334 115 126 0 16 366 114 61
Binary 110010 11110 11011100 1001101 1010110 0 1110 11110110 1001100 110001

Color Harmonies of #321EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EDC

Black with #321EDC

Text Example


Text Example

White with #321EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321EDC; }

 p { color: rgb(50,30,220); }

 H1.HeaderClassName
 {
   color: #321EDC;
 }
 .AnyTagClassName
 {
   color: #321EDC;
 }
</style>

background-color css

<style>
 a { background-color: #321EDC; }

 a { background-color: rgb(50,30,220); }

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

border-color css

<style>
 span { border-color: #321EDC; }

 span { border-color: rgb(50,30,220); }

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