Html Css Color HEX #2E0ADC Han Purple

📋 copy color: '#2E0ADC'

red 46 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #2E0ADC

Tints of Han Purple #2E0ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 220 (86.33% from 255) = 79.71%

R = 16.67%
G = 3.62%
B = 79.71%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2E0ADC (or 0x2E0ADC) is known color: Han Purple. HEX triplet: 2E, 0A and DC. RGB value is (46,10,220). Sum of RGB (Red+Green+Blue) = 46+10+220=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 220 (86.33% from 255 or 79.71% from 276); Max value from RGB is 220 - color contains mainly: blue. Hex color #2E0ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E0ADC is #D1F523. Grayscale: #2B2B2B. Windows color (decimal): -13759780 or 14420526. OLE color: 14420526.

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

Color convert

RGB 46 10 220 -
CMYK 0.79 0.95 0 0.14
HSL 250.29º 0.91% 0.45% -
HSV(B) 250.29º 0.95% 0.86% -
XYZ 14.15 5.97 68.12 -
YUV 44.7 226.93 128.92 -
System Red Green Blue C M Y K H S L
Decimal 46 10 220 0.79 0.95 0 0.14 250.29 0.91 0.45
Hex 2E A DC 4F 5F 0 E FA 5B 2D
Octal 56 12 334 117 137 0 16 372 133 55
Binary 101110 1010 11011100 1001111 1011111 0 1110 11111010 1011011 101101

Color Harmonies of #2E0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0ADC

Black with #2E0ADC

Text Example


Text Example

White with #2E0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,10,220); }

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

background-color css

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

 a { background-color: rgb(46,10,220); }

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

border-color css

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

 span { border-color: rgb(46,10,220); }

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