Html Css Color HEX #2E00FB Han Purple

📋 copy color: '#2E00FB'

red 46 ◦ green 0 ◦ blue 251

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

Shades of Han Purple #2E00FB

Tints of Han Purple #2E00FB

RGB

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

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

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

R = 15.49%
G = 0%
B = 84.51%

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

#2E00FB (or 0x2E00FB) is known color: Han Purple. HEX triplet: 2E, 00 and FB. RGB value is (46,0,251). Sum of RGB (Red+Green+Blue) = 46+0+251=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 0 (0.39% from 255 or 0% from 297); Blue value is 251 (98.44% from 255 or 84.51% from 297); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E00FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E00FB is #D1FF04. Grayscale: #292929. Windows color (decimal): -13762309 or 16449582. OLE color: 16449582.

HSL color Cylindrical-coordinate representation of color #2E00FB: hue angle of 251º 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 #2E00FB is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 46 0 251 -
CMYK 0.82 1 0 0.02
HSL 251º 1% 0.49% -
HSV(B) 251º 1% 0.98% -
XYZ 18.54 7.55 91.75 -
YUV 42.37 245.74 130.59 -
System Red Green Blue C M Y K H S L
Decimal 46 0 251 0.82 1 0 0.02 251 1 0.49
Hex 2E 0 FB 52 64 0 2 FB 64 31
Octal 56 0 373 122 144 0 2 373 144 61
Binary 101110 0 11111011 1010010 1100100 0 10 11111011 1100100 110001

Color Harmonies of #2E00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00FB

Black with #2E00FB

Text Example


Text Example

White with #2E00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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