Html Css Color HEX #2E10F1 Han Purple

📋 copy color: '#2E10F1'

red 46 ◦ green 16 ◦ blue 241

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

Shades of Han Purple #2E10F1

Tints of Han Purple #2E10F1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.28%

 BLUE value IS 241 (94.53% from 255) = 79.54%

R = 15.18%
G = 5.28%
B = 79.54%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2E10F1 (or 0x2E10F1) is known color: Han Purple. HEX triplet: 2E, 10 and F1. RGB value is (46,16,241). Sum of RGB (Red+Green+Blue) = 46+16+241=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 241 (94.53% from 255 or 79.54% from 303); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E10F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E10F1 is #D1EF0E. Grayscale: #313131. Windows color (decimal): -13758223 or 15798318. OLE color: 15798318.

HSL color Cylindrical-coordinate representation of color #2E10F1: hue angle of 248º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E10F1 is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 16 241 -
CMYK 0.81 0.93 0 0.05
HSL 248º 0.89% 0.5% -
HSV(B) 248º 0.93% 0.95% -
XYZ 17.19 7.3 83.72 -
YUV 50.62 235.44 124.7 -
System Red Green Blue C M Y K H S L
Decimal 46 16 241 0.81 0.93 0 0.05 248 0.89 0.5
Hex 2E 10 F1 51 5D 0 5 F8 59 32
Octal 56 20 361 121 135 0 5 370 131 62
Binary 101110 10000 11110001 1010001 1011101 0 101 11111000 1011001 110010

Color Harmonies of #2E10F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E10F1

Black with #2E10F1

Text Example


Text Example

White with #2E10F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,16,241); }

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

background-color css

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

 a { background-color: rgb(46,16,241); }

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

border-color css

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

 span { border-color: rgb(46,16,241); }

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