Html Css Color HEX #2E25F1 Han Purple

📋 copy color: '#2E25F1'

red 46 ◦ green 37 ◦ blue 241

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

Shades of Han Purple #2E25F1

Tints of Han Purple #2E25F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.42%

 BLUE value IS 241 (94.53% from 255) = 74.38%

R = 14.2%
G = 11.42%
B = 74.38%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2E25F1 (or 0x2E25F1) is known color: Han Purple. HEX triplet: 2E, 25 and F1. RGB value is (46,37,241). Sum of RGB (Red+Green+Blue) = 46+37+241=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 241 (94.53% from 255 or 74.38% from 324); Max value from RGB is 241 - color contains mainly: blue. Hex color #2E25F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2E25F1 is #D1DA0E. Grayscale: #3E3E3E. Windows color (decimal): -13752847 or 15803694. OLE color: 15803694.

HSL color Cylindrical-coordinate representation of color #2E25F1: hue angle of 242.65º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E25F1 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 37 241 -
CMYK 0.81 0.85 0 0.05
HSL 242.65º 0.88% 0.55% -
HSV(B) 242.65º 0.85% 0.95% -
XYZ 17.67 8.25 83.88 -
YUV 62.95 228.48 115.91 -
System Red Green Blue C M Y K H S L
Decimal 46 37 241 0.81 0.85 0 0.05 242.65 0.88 0.55
Hex 2E 25 F1 51 55 0 5 F3 58 37
Octal 56 45 361 121 125 0 5 363 130 67
Binary 101110 100101 11110001 1010001 1010101 0 101 11110011 1011000 110111

Color Harmonies of #2E25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E25F1

Black with #2E25F1

Text Example


Text Example

White with #2E25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,37,241); }

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

background-color css

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

 a { background-color: rgb(46,37,241); }

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

border-color css

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

 span { border-color: rgb(46,37,241); }

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