Html Css Color HEX #321EEC Han Purple

📋 copy color: '#321EEC'

red 50 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #321EEC

Tints of Han Purple #321EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 74.68%

R = 15.82%
G = 9.49%
B = 74.68%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#321EEC (or 0x321EEC) is known color: Han Purple. HEX triplet: 32, 1E and EC. RGB value is (50,30,236). Sum of RGB (Red+Green+Blue) = 50+30+236=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #321EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321EEC is #CDE113. Grayscale: #3A3A3A. Windows color (decimal): -13492500 or 15474226. OLE color: 15474226.

HSL color Cylindrical-coordinate representation of color #321EEC: hue angle of 245.83º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321EEC is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 30 236 -
CMYK 0.79 0.87 0 0.07
HSL 245.83º 0.84% 0.52% -
HSV(B) 245.83º 0.87% 0.93% -
XYZ 16.92 7.66 79.94 -
YUV 59.46 227.63 121.25 -
System Red Green Blue C M Y K H S L
Decimal 50 30 236 0.79 0.87 0 0.07 245.83 0.84 0.52
Hex 32 1E EC 4F 57 0 7 F6 54 34
Octal 62 36 354 117 127 0 7 366 124 64
Binary 110010 11110 11101100 1001111 1010111 0 111 11110110 1010100 110100

Color Harmonies of #321EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321EEC

Black with #321EEC

Text Example


Text Example

White with #321EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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