Html Css Color HEX #4F02E5 Han Purple

📋 copy color: '#4F02E5'

red 79 ◦ green 2 ◦ blue 229

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

Shades of Han Purple #4F02E5

Tints of Han Purple #4F02E5

RGB

 RED value IS 79 (31.25% from 255) = 25.48%

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

 BLUE value IS 229 (89.84% from 255) = 73.87%

R = 25.48%
G = 0.65%
B = 73.87%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#4F02E5 (or 0x4F02E5) is known color: Han Purple. HEX triplet: 4F, 02 and E5. RGB value is (79,2,229). Sum of RGB (Red+Green+Blue) = 79+2+229=310 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.48% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 229 (89.84% from 255 or 73.87% from 310); Max value from RGB is 229 - color contains mainly: blue. Hex color #4F02E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F02E5 is #B0FD1A. Grayscale: #323232. Windows color (decimal): -11599131 or 15008335. OLE color: 15008335.

HSL color Cylindrical-coordinate representation of color #4F02E5: hue angle of 260.35º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F02E5 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 79 2 229 -
CMYK 0.66 0.99 0 0.10
HSL 260.35º 0.98% 0.45% -
HSV(B) 260.35º 0.99% 0.9% -
XYZ 17.39 7.36 74.63 -
YUV 50.9 228.51 148.04 -
System Red Green Blue C M Y K H S L
Decimal 79 2 229 0.66 0.99 0 0.10 260.35 0.98 0.45
Hex 4F 2 E5 42 63 0 A 104 62 2D
Octal 117 2 345 102 143 0 12 404 142 55
Binary 1001111 10 11100101 1000010 1100011 0 1010 100000100 1100010 101101

Color Harmonies of #4F02E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F02E5

Black with #4F02E5

Text Example


Text Example

White with #4F02E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,2,229); }

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

background-color css

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

 a { background-color: rgb(79,2,229); }

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

border-color css

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

 span { border-color: rgb(79,2,229); }

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