Html Css Color HEX #2E24EB Han Purple

📋 copy color: '#2E24EB'

red 46 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #2E24EB

Tints of Han Purple #2E24EB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

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

R = 14.51%
G = 11.36%
B = 74.13%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E24EB (or 0x2E24EB) is known color: Han Purple. HEX triplet: 2E, 24 and EB. RGB value is (46,36,235). Sum of RGB (Red+Green+Blue) = 46+36+235=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 235 (92.19% from 255 or 74.13% from 317); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E24EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E24EB is #D1DB14. Grayscale: #3C3C3C. Windows color (decimal): -13753109 or 15410222. OLE color: 15410222.

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

Color convert

RGB 46 36 235 -
CMYK 0.80 0.85 0 0.08
HSL 243.02º 0.83% 0.53% -
HSV(B) 243.02º 0.85% 0.92% -
XYZ 16.75 7.84 79.23 -
YUV 61.68 225.81 116.82 -
System Red Green Blue C M Y K H S L
Decimal 46 36 235 0.80 0.85 0 0.08 243.02 0.83 0.53
Hex 2E 24 EB 50 55 0 8 F3 53 35
Octal 56 44 353 120 125 0 10 363 123 65
Binary 101110 100100 11101011 1010000 1010101 0 1000 11110011 1010011 110101

Color Harmonies of #2E24EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24EB

Black with #2E24EB

Text Example


Text Example

White with #2E24EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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