Html Css Color HEX #2E05FD Han Purple

📋 copy color: '#2E05FD'

red 46 ◦ green 5 ◦ blue 253

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

Shades of Han Purple #2E05FD

Tints of Han Purple #2E05FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.64%

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

R = 15.13%
G = 1.64%
B = 83.22%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2E05FD (or 0x2E05FD) is known color: Han Purple. HEX triplet: 2E, 05 and FD. RGB value is (46,5,253). Sum of RGB (Red+Green+Blue) = 46+5+253=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 253 (99.22% from 255 or 83.22% from 304); Max value from RGB is 253 - color contains mainly: blue. Hex color #2E05FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2E05FD is #D1FA02. Grayscale: #2C2C2C. Windows color (decimal): -13761027 or 16581934. OLE color: 16581934.

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

Color convert

RGB 46 5 253 -
CMYK 0.82 0.98 0 0.01
HSL 249.92º 0.98% 0.51% -
HSV(B) 249.92º 0.98% 0.99% -
XYZ 18.91 7.78 93.43 -
YUV 45.53 245.08 128.33 -
System Red Green Blue C M Y K H S L
Decimal 46 5 253 0.82 0.98 0 0.01 249.92 0.98 0.51
Hex 2E 5 FD 52 62 0 1 FA 62 33
Octal 56 5 375 122 142 0 1 372 142 63
Binary 101110 101 11111101 1010010 1100010 0 1 11111010 1100010 110011

Color Harmonies of #2E05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E05FD

Black with #2E05FD

Text Example


Text Example

White with #2E05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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