Html Css Color HEX #331EDB Han Purple

📋 copy color: '#331EDB'

red 51 ◦ green 30 ◦ blue 219

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

Shades of Han Purple #331EDB

Tints of Han Purple #331EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 17%
G = 10%
B = 73%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#331EDB (or 0x331EDB) is known color: Han Purple. HEX triplet: 33, 1E and DB. RGB value is (51,30,219). Sum of RGB (Red+Green+Blue) = 51+30+219=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #331EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331EDB is #CCE124. Grayscale: #393939. Windows color (decimal): -13426981 or 14360115. OLE color: 14360115.

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

Color convert

RGB 51 30 219 -
CMYK 0.77 0.86 0 0.14
HSL 246.67º 0.76% 0.49% -
HSV(B) 246.67º 0.86% 0.86% -
XYZ 14.62 6.75 67.55 -
YUV 57.83 218.96 123.13 -
System Red Green Blue C M Y K H S L
Decimal 51 30 219 0.77 0.86 0 0.14 246.67 0.76 0.49
Hex 33 1E DB 4D 56 0 E F7 4C 31
Octal 63 36 333 115 126 0 16 367 114 61
Binary 110011 11110 11011011 1001101 1010110 0 1110 11110111 1001100 110001

Color Harmonies of #331EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331EDB

Black with #331EDB

Text Example


Text Example

White with #331EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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