Html Css Color HEX #3214D1 Han Purple

📋 copy color: '#3214D1'

red 50 ◦ green 20 ◦ blue 209

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

Shades of Han Purple #3214D1

Tints of Han Purple #3214D1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 209 (82.03% from 255) = 74.91%

R = 17.92%
G = 7.17%
B = 74.91%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3214D1 (or 0x3214D1) is known color: Han Purple. HEX triplet: 32, 14 and D1. RGB value is (50,20,209). Sum of RGB (Red+Green+Blue) = 50+20+209=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #3214D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3214D1 is #CDEB2E. Grayscale: #313131. Windows color (decimal): -13495087 or 13702194. OLE color: 13702194.

HSL color Cylindrical-coordinate representation of color #3214D1: hue angle of 249.52º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3214D1 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 20 209 -
CMYK 0.76 0.90 0 0.18
HSL 249.52º 0.83% 0.45% -
HSV(B) 249.52º 0.9% 0.82% -
XYZ 13.07 5.78 60.75 -
YUV 50.52 217.44 127.63 -
System Red Green Blue C M Y K H S L
Decimal 50 20 209 0.76 0.90 0 0.18 249.52 0.83 0.45
Hex 32 14 D1 4C 5A 0 12 FA 53 2D
Octal 62 24 321 114 132 0 22 372 123 55
Binary 110010 10100 11010001 1001100 1011010 0 10010 11111010 1010011 101101

Color Harmonies of #3214D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3214D1

Black with #3214D1

Text Example


Text Example

White with #3214D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3214D1; }

 p { color: rgb(50,20,209); }

 H1.HeaderClassName
 {
   color: #3214D1;
 }
 .AnyTagClassName
 {
   color: #3214D1;
 }
</style>

background-color css

<style>
 a { background-color: #3214D1; }

 a { background-color: rgb(50,20,209); }

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

border-color css

<style>
 span { border-color: #3214D1; }

 span { border-color: rgb(50,20,209); }

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