Html Css Color HEX #2E15FD Han Purple

📋 copy color: '#2E15FD'

red 46 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #2E15FD

Tints of Han Purple #2E15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 253 (99.22% from 255) = 79.06%

R = 14.38%
G = 6.56%
B = 79.06%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E15FD (or 0x2E15FD) is known color: Han Purple. HEX triplet: 2E, 15 and FD. RGB value is (46,21,253). Sum of RGB (Red+Green+Blue) = 46+21+253=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E15FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E15FD is #D1EA02. Grayscale: #363636. Windows color (decimal): -13756931 or 16586030. OLE color: 16586030.

HSL color Cylindrical-coordinate representation of color #2E15FD: hue angle of 246.47º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2E15FD is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 46 21 253 -
CMYK 0.82 0.92 0 0.01
HSL 246.47º 0.98% 0.54% -
HSV(B) 246.47º 0.92% 0.99% -
XYZ 19.12 8.21 93.51 -
YUV 54.92 239.78 121.64 -
System Red Green Blue C M Y K H S L
Decimal 46 21 253 0.82 0.92 0 0.01 246.47 0.98 0.54
Hex 2E 15 FD 52 5C 0 1 F6 62 36
Octal 56 25 375 122 134 0 1 366 142 66
Binary 101110 10101 11111101 1010010 1011100 0 1 11110110 1100010 110110

Color Harmonies of #2E15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E15FD

Black with #2E15FD

Text Example


Text Example

White with #2E15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,21,253); }

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

background-color css

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

 a { background-color: rgb(46,21,253); }

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

border-color css

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

 span { border-color: rgb(46,21,253); }

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