Html Css Color HEX #2E0AEB Han Purple

📋 copy color: '#2E0AEB'

red 46 ◦ green 10 ◦ blue 235

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

Shades of Han Purple #2E0AEB

Tints of Han Purple #2E0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 80.76%

R = 15.81%
G = 3.44%
B = 80.76%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E0AEB (or 0x2E0AEB) is known color: Han Purple. HEX triplet: 2E, 0A and EB. RGB value is (46,10,235). Sum of RGB (Red+Green+Blue) = 46+10+235=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 235 (92.19% from 255 or 80.76% from 291); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E0AEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E0AEB is #D1F514. Grayscale: #2D2D2D. Windows color (decimal): -13759765 or 15403566. OLE color: 15403566.

HSL color Cylindrical-coordinate representation of color #2E0AEB: hue angle of 249.6º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0AEB is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 10 235 -
CMYK 0.80 0.96 0 0.08
HSL 249.6º 0.92% 0.48% -
HSV(B) 249.6º 0.96% 0.92% -
XYZ 16.23 6.8 79.05 -
YUV 46.41 234.43 127.7 -
System Red Green Blue C M Y K H S L
Decimal 46 10 235 0.80 0.96 0 0.08 249.6 0.92 0.48
Hex 2E A EB 50 60 0 8 FA 5C 30
Octal 56 12 353 120 140 0 10 372 134 60
Binary 101110 1010 11101011 1010000 1100000 0 1000 11111010 1011100 110000

Color Harmonies of #2E0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0AEB

Black with #2E0AEB

Text Example


Text Example

White with #2E0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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