Html Css Color HEX #4E02FB Han Purple

📋 copy color: '#4E02FB'

red 78 ◦ green 2 ◦ blue 251

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

Shades of Han Purple #4E02FB

Tints of Han Purple #4E02FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 75.83%

R = 23.56%
G = 0.6%
B = 75.83%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4E02FB (or 0x4E02FB) is known color: Han Purple. HEX triplet: 4E, 02 and FB. RGB value is (78,2,251). Sum of RGB (Red+Green+Blue) = 78+2+251=331 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.56% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E02FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E02FB is #B1FD04. Grayscale: #343434. Windows color (decimal): -11664645 or 16450126. OLE color: 16450126.

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

Color convert

RGB 78 2 251 -
CMYK 0.69 0.99 0 0.02
HSL 258.31º 0.98% 0.5% -
HSV(B) 258.31º 0.99% 0.98% -
XYZ 20.58 8.63 91.85 -
YUV 53.11 239.68 145.75 -
System Red Green Blue C M Y K H S L
Decimal 78 2 251 0.69 0.99 0 0.02 258.31 0.98 0.5
Hex 4E 2 FB 45 63 0 2 102 62 32
Octal 116 2 373 105 143 0 2 402 142 62
Binary 1001110 10 11111011 1000101 1100011 0 10 100000010 1100010 110010

Color Harmonies of #4E02FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E02FB

Black with #4E02FB

Text Example


Text Example

White with #4E02FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,251); }

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

background-color css

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

 a { background-color: rgb(78,2,251); }

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

border-color css

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

 span { border-color: rgb(78,2,251); }

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