Html Css Color HEX #2E1ADB Han Purple

📋 copy color: '#2E1ADB'

red 46 ◦ green 26 ◦ blue 219

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

Shades of Han Purple #2E1ADB

Tints of Han Purple #2E1ADB

RGB

 RED value IS 46 (18.36% from 255) = 15.81%

 GREEN value IS 26 (10.55% from 255) = 8.93%

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

R = 15.81%
G = 8.93%
B = 75.26%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E1ADB (or 0x2E1ADB) is known color: Han Purple. HEX triplet: 2E, 1A and DB. RGB value is (46,26,219). Sum of RGB (Red+Green+Blue) = 46+26+219=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E1ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E1ADB is #D1E524. Grayscale: #353535. Windows color (decimal): -13755685 or 14359086. OLE color: 14359086.

HSL color Cylindrical-coordinate representation of color #2E1ADB: hue angle of 246.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E1ADB is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 46 26 219 -
CMYK 0.79 0.88 0 0.14
HSL 246.22º 0.79% 0.48% -
HSV(B) 246.22º 0.88% 0.86% -
XYZ 14.28 6.43 67.51 -
YUV 53.98 221.13 122.31 -
System Red Green Blue C M Y K H S L
Decimal 46 26 219 0.79 0.88 0 0.14 246.22 0.79 0.48
Hex 2E 1A DB 4F 58 0 E F6 4F 30
Octal 56 32 333 117 130 0 16 366 117 60
Binary 101110 11010 11011011 1001111 1011000 0 1110 11110110 1001111 110000

Color Harmonies of #2E1ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1ADB

Black with #2E1ADB

Text Example


Text Example

White with #2E1ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1ADB; }

 p { color: rgb(46,26,219); }

 H1.HeaderClassName
 {
   color: #2E1ADB;
 }
 .AnyTagClassName
 {
   color: #2E1ADB;
 }
</style>

background-color css

<style>
 a { background-color: #2E1ADB; }

 a { background-color: rgb(46,26,219); }

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

border-color css

<style>
 span { border-color: #2E1ADB; }

 span { border-color: rgb(46,26,219); }

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