Html Css Color HEX #2E06FB Han Purple

📋 copy color: '#2E06FB'

red 46 ◦ green 6 ◦ blue 251

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

Shades of Han Purple #2E06FB

Tints of Han Purple #2E06FB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.98%

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

R = 15.18%
G = 1.98%
B = 82.84%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2E06FB (or 0x2E06FB) is known color: Han Purple. HEX triplet: 2E, 06 and FB. RGB value is (46,6,251). Sum of RGB (Red+Green+Blue) = 46+6+251=303 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.18% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 251 (98.44% from 255 or 82.84% from 303); Max value from RGB is 251 - color contains mainly: blue. Hex color #2E06FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E06FB is #D1F904. Grayscale: #2C2C2C. Windows color (decimal): -13760773 or 16451118. OLE color: 16451118.

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

Color convert

RGB 46 6 251 -
CMYK 0.82 0.98 0 0.02
HSL 249.8º 0.97% 0.5% -
HSV(B) 249.8º 0.98% 0.98% -
XYZ 18.6 7.68 91.77 -
YUV 45.89 243.75 128.08 -
System Red Green Blue C M Y K H S L
Decimal 46 6 251 0.82 0.98 0 0.02 249.8 0.97 0.5
Hex 2E 6 FB 52 62 0 2 FA 61 32
Octal 56 6 373 122 142 0 2 372 141 62
Binary 101110 110 11111011 1010010 1100010 0 10 11111010 1100001 110010

Color Harmonies of #2E06FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E06FB

Black with #2E06FB

Text Example


Text Example

White with #2E06FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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