#321eda

Color #321EDA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #321EDA

Tints of Han Purple #321EDA

Color information

#321EDA (or 0x321EDA) is unknown color: approx Han Purple. HEX triplet: 32, 1E and DA. RGB value is (50,30,218). Sum of RGB (Red+Green+Blue) = 50+30+218=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 218 (85.55% from 255 or 73.15% from 298); Max value from RGB is 218 - color contains mainly: blue. Hex color #321EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321EDA is #CDE125. Grayscale: #383838. Windows color (decimal): -13492518 or 14294578. OLE color: 14294578.

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

Color convert

RGB5030218-
CMYK0.770.8600.15
HSL246.38º75.81%48.63%-
HSV(B)246.38º86.24%85.49%-
XYZ14.436.6766.86-
YUV57.41218.63122.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 30 (12.11% from 255) = 10.07%
BLUE value IS 218 (85.55% from 255) = 73.15%
R=16.78%
G=10.07%
B=73.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50302180.770.8600.15246.3875.8148.63
Hex321EDA4D560Ff64c31
Octal623633211512601736611461
Binary11001011110110110101001101101011001111111101101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321eda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #321eda;
 }
 .AnyTagClassName
 {
   color: #321eda;
 }
</style>
background-color css

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

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

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

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

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

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