Html Css Color HEX #321CD6 Han Purple

📋 copy color: '#321CD6'

red 50 ◦ green 28 ◦ blue 214

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

Shades of Han Purple #321CD6

Tints of Han Purple #321CD6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

 BLUE value IS 214 (83.98% from 255) = 73.29%

R = 17.12%
G = 9.59%
B = 73.29%

CMYK

 C value IS 0.77

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#321CD6 (or 0x321CD6) is known color: Han Purple. HEX triplet: 32, 1C and D6. RGB value is (50,28,214). Sum of RGB (Red+Green+Blue) = 50+28+214=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #321CD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CD6 is #CDE329. Grayscale: #373737. Windows color (decimal): -13493034 or 14031922. OLE color: 14031922.

HSL color Cylindrical-coordinate representation of color #321CD6: hue angle of 247.1º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321CD6 is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 28 214 -
CMYK 0.77 0.87 0 0.16
HSL 247.1º 0.77% 0.47% -
HSV(B) 247.1º 0.87% 0.84% -
XYZ 13.87 6.36 64.12 -
YUV 55.78 217.29 123.88 -
System Red Green Blue C M Y K H S L
Decimal 50 28 214 0.77 0.87 0 0.16 247.1 0.77 0.47
Hex 32 1C D6 4D 57 0 10 F7 4D 2F
Octal 62 34 326 115 127 0 20 367 115 57
Binary 110010 11100 11010110 1001101 1010111 0 10000 11110111 1001101 101111

Color Harmonies of #321CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CD6

Black with #321CD6

Text Example


Text Example

White with #321CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,214); }

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

background-color css

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

 a { background-color: rgb(50,28,214); }

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

border-color css

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

 span { border-color: rgb(50,28,214); }

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