Html Css Color HEX #2E02E7 Han Purple

📋 copy color: '#2E02E7'

red 46 ◦ green 2 ◦ blue 231

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

Shades of Han Purple #2E02E7

Tints of Han Purple #2E02E7

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 231 (90.63% from 255) = 82.8%

R = 16.49%
G = 0.72%
B = 82.8%

CMYK

 C value IS 0.80

 M value IS 0.99

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2E02E7 (or 0x2E02E7) is known color: Han Purple. HEX triplet: 2E, 02 and E7. RGB value is (46,2,231). Sum of RGB (Red+Green+Blue) = 46+2+231=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 231 (90.62% from 255 or 82.80% from 279); Max value from RGB is 231 - color contains mainly: blue. Hex color #2E02E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E02E7 is #D1FD18. Grayscale: #282828. Windows color (decimal): -13761817 or 15139374. OLE color: 15139374.

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

Color convert

RGB 46 2 231 -
CMYK 0.80 0.99 0 0.09
HSL 251.53º 0.98% 0.46% -
HSV(B) 251.53º 0.99% 0.91% -
XYZ 15.57 6.39 76.01 -
YUV 41.26 235.08 131.38 -
System Red Green Blue C M Y K H S L
Decimal 46 2 231 0.80 0.99 0 0.09 251.53 0.98 0.46
Hex 2E 2 E7 50 63 0 9 FC 62 2E
Octal 56 2 347 120 143 0 11 374 142 56
Binary 101110 10 11100111 1010000 1100011 0 1001 11111100 1100010 101110

Color Harmonies of #2E02E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E02E7

Black with #2E02E7

Text Example


Text Example

White with #2E02E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,2,231); }

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

background-color css

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

 a { background-color: rgb(46,2,231); }

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

border-color css

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

 span { border-color: rgb(46,2,231); }

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