Html Css Color HEX #2E07E9 Han Purple

📋 copy color: '#2E07E9'

red 46 ◦ green 7 ◦ blue 233

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

Shades of Han Purple #2E07E9

Tints of Han Purple #2E07E9

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 233 (91.41% from 255) = 81.47%

R = 16.08%
G = 2.45%
B = 81.47%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2E07E9 (or 0x2E07E9) is known color: Han Purple. HEX triplet: 2E, 07 and E9. RGB value is (46,7,233). Sum of RGB (Red+Green+Blue) = 46+7+233=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 233 (91.41% from 255 or 81.47% from 286); Max value from RGB is 233 - color contains mainly: blue. Hex color #2E07E9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E07E9 is #D1F816. Grayscale: #2B2B2B. Windows color (decimal): -13760535 or 15271726. OLE color: 15271726.

HSL color Cylindrical-coordinate representation of color #2E07E9: hue angle of 250.35º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2E07E9 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 46 7 233 -
CMYK 0.80 0.97 0 0.09
HSL 250.35º 0.94% 0.47% -
HSV(B) 250.35º 0.97% 0.91% -
XYZ 15.91 6.62 77.53 -
YUV 44.43 234.42 129.12 -
System Red Green Blue C M Y K H S L
Decimal 46 7 233 0.80 0.97 0 0.09 250.35 0.94 0.47
Hex 2E 7 E9 50 61 0 9 FA 5E 2F
Octal 56 7 351 120 141 0 11 372 136 57
Binary 101110 111 11101001 1010000 1100001 0 1001 11111010 1011110 101111

Color Harmonies of #2E07E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E07E9

Black with #2E07E9

Text Example


Text Example

White with #2E07E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,7,233); }

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

background-color css

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

 a { background-color: rgb(46,7,233); }

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

border-color css

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

 span { border-color: rgb(46,7,233); }

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