Html Css Color HEX #2E1AFF Han Purple

📋 copy color: '#2E1AFF'

red 46 ◦ green 26 ◦ blue 255

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

Shades of Han Purple #2E1AFF

Tints of Han Purple #2E1AFF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 255 (100% from 255) = 77.98%

R = 14.07%
G = 7.95%
B = 77.98%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2E1AFF (or 0x2E1AFF) is known color: Han Purple. HEX triplet: 2E, 1A and FF. RGB value is (46,26,255). Sum of RGB (Red+Green+Blue) = 46+26+255=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #2E1AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1AFF is #D1E500. Grayscale: #393939. Windows color (decimal): -13755649 or 16718382. OLE color: 16718382.

HSL color Cylindrical-coordinate representation of color #2E1AFF: hue angle of 245.24º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E1AFF is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 46 26 255 -
CMYK 0.82 0.90 0 0
HSL 245.24º 1% 0.55% -
HSV(B) 245.24º 0.9% 1% -
XYZ 19.55 8.54 95.23 -
YUV 58.09 239.13 119.38 -
System Red Green Blue C M Y K H S L
Decimal 46 26 255 0.82 0.90 0 0 245.24 1 0.55
Hex 2E 1A FF 52 5A 0 0 F5 64 37
Octal 56 32 377 122 132 0 0 365 144 67
Binary 101110 11010 11111111 1010010 1011010 0 0 11110101 1100100 110111

Color Harmonies of #2E1AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1AFF

Black with #2E1AFF

Text Example


Text Example

White with #2E1AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,26,255); }

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

background-color css

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

 a { background-color: rgb(46,26,255); }

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

border-color css

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

 span { border-color: rgb(46,26,255); }

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