Html Css Color HEX #331EDD Han Purple

📋 copy color: '#331EDD'

red 51 ◦ green 30 ◦ blue 221

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

Shades of Han Purple #331EDD

Tints of Han Purple #331EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 16.89%
G = 9.93%
B = 73.18%

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

#331EDD (or 0x331EDD) is known color: Han Purple. HEX triplet: 33, 1E and DD. RGB value is (51,30,221). Sum of RGB (Red+Green+Blue) = 51+30+221=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #331EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EDD is #CCE122. Grayscale: #393939. Windows color (decimal): -13426979 or 14491187. OLE color: 14491187.

HSL color Cylindrical-coordinate representation of color #331EDD: hue angle of 246.6º 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 #331EDD is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 30 221 -
CMYK 0.77 0.86 0 0.13
HSL 246.6º 0.76% 0.49% -
HSV(B) 246.6º 0.86% 0.87% -
XYZ 14.88 6.85 68.95 -
YUV 58.05 219.96 122.97 -
System Red Green Blue C M Y K H S L
Decimal 51 30 221 0.77 0.86 0 0.13 246.6 0.76 0.49
Hex 33 1E DD 4D 56 0 D F7 4C 31
Octal 63 36 335 115 126 0 15 367 114 61
Binary 110011 11110 11011101 1001101 1010110 0 1101 11110111 1001100 110001

Color Harmonies of #331EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EDD

Black with #331EDD

Text Example


Text Example

White with #331EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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