Html Css Color HEX #2E00EB Han Purple

📋 copy color: '#2E00EB'

red 46 ◦ green 0 ◦ blue 235

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

Shades of Han Purple #2E00EB

Tints of Han Purple #2E00EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 83.63%

R = 16.37%
G = 0%
B = 83.63%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2E00EB (or 0x2E00EB) is known color: Han Purple. HEX triplet: 2E, 00 and EB. RGB value is (46,0,235). Sum of RGB (Red+Green+Blue) = 46+0+235=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 235 (92.19% from 255 or 83.63% from 281); Max value from RGB is 235 - color contains mainly: blue. Hex color #2E00EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00EB is #D1FF14. Grayscale: #272727. Windows color (decimal): -13762325 or 15401006. OLE color: 15401006.

HSL color Cylindrical-coordinate representation of color #2E00EB: hue angle of 251.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00EB is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 46 0 235 -
CMYK 0.80 1 0 0.08
HSL 251.74º 1% 0.46% -
HSV(B) 251.74º 1% 0.92% -
XYZ 16.12 6.58 79.02 -
YUV 40.54 237.74 131.89 -
System Red Green Blue C M Y K H S L
Decimal 46 0 235 0.80 1 0 0.08 251.74 1 0.46
Hex 2E 0 EB 50 64 0 8 FC 64 2E
Octal 56 0 353 120 144 0 10 374 144 56
Binary 101110 0 11101011 1010000 1100100 0 1000 11111100 1100100 101110

Color Harmonies of #2E00EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00EB

Black with #2E00EB

Text Example


Text Example

White with #2E00EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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