Html Css Color HEX #2E11DB Han Purple

📋 copy color: '#2E11DB'

red 46 ◦ green 17 ◦ blue 219

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

Shades of Han Purple #2E11DB

Tints of Han Purple #2E11DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 16.31%
G = 6.03%
B = 77.66%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E11DB (or 0x2E11DB) is known color: Han Purple. HEX triplet: 2E, 11 and DB. RGB value is (46,17,219). Sum of RGB (Red+Green+Blue) = 46+17+219=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E11DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E11DB is #D1EE24. Grayscale: #2F2F2F. Windows color (decimal): -13757989 or 14356782. OLE color: 14356782.

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

Color convert

RGB 46 17 219 -
CMYK 0.79 0.92 0 0.14
HSL 248.61º 0.86% 0.46% -
HSV(B) 248.61º 0.92% 0.86% -
XYZ 14.11 6.1 67.45 -
YUV 48.7 224.11 126.07 -
System Red Green Blue C M Y K H S L
Decimal 46 17 219 0.79 0.92 0 0.14 248.61 0.86 0.46
Hex 2E 11 DB 4F 5C 0 E F9 56 2E
Octal 56 21 333 117 134 0 16 371 126 56
Binary 101110 10001 11011011 1001111 1011100 0 1110 11111001 1010110 101110

Color Harmonies of #2E11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E11DB

Black with #2E11DB

Text Example


Text Example

White with #2E11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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