Html Css Color HEX #331EDE Han Purple

📋 copy color: '#331EDE'

red 51 ◦ green 30 ◦ blue 222

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

Shades of Han Purple #331EDE

Tints of Han Purple #331EDE

RGB

 RED value IS 51 (20.31% from 255) = 16.83%

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

 BLUE value IS 222 (87.11% from 255) = 73.27%

R = 16.83%
G = 9.9%
B = 73.27%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#331EDE (or 0x331EDE) is known color: Han Purple. HEX triplet: 33, 1E and DE. RGB value is (51,30,222). Sum of RGB (Red+Green+Blue) = 51+30+222=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #331EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EDE is #CCE121. Grayscale: #393939. Windows color (decimal): -13426978 or 14556723. OLE color: 14556723.

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

Color convert

RGB 51 30 222 -
CMYK 0.77 0.86 0 0.13
HSL 246.56º 0.76% 0.49% -
HSV(B) 246.56º 0.86% 0.87% -
XYZ 15.01 6.91 69.65 -
YUV 58.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 51 30 222 0.77 0.86 0 0.13 246.56 0.76 0.49
Hex 33 1E DE 4D 56 0 D F7 4C 31
Octal 63 36 336 115 126 0 15 367 114 61
Binary 110011 11110 11011110 1001101 1010110 0 1101 11110111 1001100 110001

Color Harmonies of #331EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EDE

Black with #331EDE

Text Example


Text Example

White with #331EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331EDE; }

 p { color: rgb(51,30,222); }

 H1.HeaderClassName
 {
   color: #331EDE;
 }
 .AnyTagClassName
 {
   color: #331EDE;
 }
</style>

background-color css

<style>
 a { background-color: #331EDE; }

 a { background-color: rgb(51,30,222); }

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

border-color css

<style>
 span { border-color: #331EDE; }

 span { border-color: rgb(51,30,222); }

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