Html Css Color HEX #2E24F9 Han Purple

📋 copy color: '#2E24F9'

red 46 ◦ green 36 ◦ blue 249

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

Shades of Han Purple #2E24F9

Tints of Han Purple #2E24F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 75.23%

R = 13.9%
G = 10.88%
B = 75.23%

CMYK

 C value IS 0.82

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E24F9 (or 0x2E24F9) is known color: Han Purple. HEX triplet: 2E, 24 and F9. RGB value is (46,36,249). Sum of RGB (Red+Green+Blue) = 46+36+249=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 249 (97.66% from 255 or 75.23% from 331); Max value from RGB is 249 - color contains mainly: blue. Hex color #2E24F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E24F9 is #D1DB06. Grayscale: #3E3E3E. Windows color (decimal): -13753095 or 16327726. OLE color: 16327726.

HSL color Cylindrical-coordinate representation of color #2E24F9: hue angle of 242.82º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E24F9 is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 36 249 -
CMYK 0.82 0.86 0 0.02
HSL 242.82º 0.95% 0.56% -
HSV(B) 242.82º 0.86% 0.98% -
XYZ 18.86 8.68 90.3 -
YUV 63.27 232.81 115.68 -
System Red Green Blue C M Y K H S L
Decimal 46 36 249 0.82 0.86 0 0.02 242.82 0.95 0.56
Hex 2E 24 F9 52 56 0 2 F3 5F 38
Octal 56 44 371 122 126 0 2 363 137 70
Binary 101110 100100 11111001 1010010 1010110 0 10 11110011 1011111 111000

Color Harmonies of #2E24F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E24F9

Black with #2E24F9

Text Example


Text Example

White with #2E24F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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