Html Css Color HEX #2E00FA Han Purple

📋 copy color: '#2E00FA'

red 46 ◦ green 0 ◦ blue 250

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

Shades of Han Purple #2E00FA

Tints of Han Purple #2E00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 84.46%

R = 15.54%
G = 0%
B = 84.46%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E00FA (or 0x2E00FA) is known color: Han Purple. HEX triplet: 2E, 00 and FA. RGB value is (46,0,250). Sum of RGB (Red+Green+Blue) = 46+0+250=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 250 (98.05% from 255 or 84.46% from 296); Max value from RGB is 250 - color contains mainly: blue. Hex color #2E00FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00FA is #D1FF05. Grayscale: #292929. Windows color (decimal): -13762310 or 16384046. OLE color: 16384046.

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

Color convert

RGB 46 0 250 -
CMYK 0.82 1 0 0.02
HSL 251.04º 1% 0.49% -
HSV(B) 251.04º 1% 0.98% -
XYZ 18.38 7.48 90.92 -
YUV 42.25 245.24 130.67 -
System Red Green Blue C M Y K H S L
Decimal 46 0 250 0.82 1 0 0.02 251.04 1 0.49
Hex 2E 0 FA 52 64 0 2 FB 64 31
Octal 56 0 372 122 144 0 2 373 144 61
Binary 101110 0 11111010 1010010 1100100 0 10 11111011 1100100 110001

Color Harmonies of #2E00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00FA

Black with #2E00FA

Text Example


Text Example

White with #2E00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,0,250); }

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

background-color css

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

 a { background-color: rgb(46,0,250); }

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

border-color css

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

 span { border-color: rgb(46,0,250); }

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