Html Css Color HEX #4E18FD Han Purple

📋 copy color: '#4E18FD'

red 78 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #4E18FD

Tints of Han Purple #4E18FD

RGB

 RED value IS 78 (30.86% from 255) = 21.97%

 GREEN value IS 24 (9.77% from 255) = 6.76%

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

R = 21.97%
G = 6.76%
B = 71.27%

CMYK

 C value IS 0.69

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E18FD (or 0x4E18FD) is known color: Han Purple. HEX triplet: 4E, 18 and FD. RGB value is (78,24,253). Sum of RGB (Red+Green+Blue) = 78+24+253=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 24 (9.77% from 255 or 6.76% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E18FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E18FD is #B1E702. Grayscale: #414141. Windows color (decimal): -11659011 or 16586830. OLE color: 16586830.

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

Color convert

RGB 78 24 253 -
CMYK 0.69 0.91 0 0.01
HSL 254.15º 0.98% 0.54% -
HSV(B) 254.15º 0.91% 0.99% -
XYZ 21.2 9.36 93.62 -
YUV 66.25 233.39 136.38 -
System Red Green Blue C M Y K H S L
Decimal 78 24 253 0.69 0.91 0 0.01 254.15 0.98 0.54
Hex 4E 18 FD 45 5B 0 1 FE 62 36
Octal 116 30 375 105 133 0 1 376 142 66
Binary 1001110 11000 11111101 1000101 1011011 0 1 11111110 1100010 110110

Color Harmonies of #4E18FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E18FD

Black with #4E18FD

Text Example


Text Example

White with #4E18FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E18FD; }

 p { color: rgb(78,24,253); }

 H1.HeaderClassName
 {
   color: #4E18FD;
 }
 .AnyTagClassName
 {
   color: #4E18FD;
 }
</style>

background-color css

<style>
 a { background-color: #4E18FD; }

 a { background-color: rgb(78,24,253); }

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

border-color css

<style>
 span { border-color: #4E18FD; }

 span { border-color: rgb(78,24,253); }

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