Html Css Color HEX #2E1CFB Han Purple

📋 copy color: '#2E1CFB'

red 46 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #2E1CFB

Tints of Han Purple #2E1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

 BLUE value IS 251 (98.44% from 255) = 77.23%

R = 14.15%
G = 8.62%
B = 77.23%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E1CFB (or 0x2E1CFB) is known color: Han Purple. HEX triplet: 2E, 1C and FB. RGB value is (46,28,251). Sum of RGB (Red+Green+Blue) = 46+28+251=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 251 (98.44% from 255 or 77.23% from 325); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E1CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E1CFB is #D1E304. Grayscale: #393939. Windows color (decimal): -13755141 or 16456750. OLE color: 16456750.

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

Color convert

RGB 46 28 251 -
CMYK 0.82 0.89 0 0.02
HSL 244.84º 0.97% 0.55% -
HSV(B) 244.84º 0.89% 0.98% -
XYZ 18.95 8.38 91.88 -
YUV 58.8 236.46 118.87 -
System Red Green Blue C M Y K H S L
Decimal 46 28 251 0.82 0.89 0 0.02 244.84 0.97 0.55
Hex 2E 1C FB 52 59 0 2 F5 61 37
Octal 56 34 373 122 131 0 2 365 141 67
Binary 101110 11100 11111011 1010010 1011001 0 10 11110101 1100001 110111

Color Harmonies of #2E1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1CFB

Black with #2E1CFB

Text Example


Text Example

White with #2E1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,28,251); }

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

background-color css

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

 a { background-color: rgb(46,28,251); }

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

border-color css

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

 span { border-color: rgb(46,28,251); }

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