Html Css Color HEX #4F08EA Han Purple

📋 copy color: '#4F08EA'

red 79 ◦ green 8 ◦ blue 234

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

Shades of Han Purple #4F08EA

Tints of Han Purple #4F08EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 234 (91.8% from 255) = 72.9%

R = 24.61%
G = 2.49%
B = 72.9%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4F08EA (or 0x4F08EA) is known color: Han Purple. HEX triplet: 4F, 08 and EA. RGB value is (79,8,234). Sum of RGB (Red+Green+Blue) = 79+8+234=321 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.61% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #4F08EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F08EA is #B0F715. Grayscale: #363636. Windows color (decimal): -11597590 or 15337551. OLE color: 15337551.

HSL color Cylindrical-coordinate representation of color #4F08EA: hue angle of 258.85º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F08EA is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 8 234 -
CMYK 0.66 0.97 0 0.08
HSL 258.85º 0.93% 0.47% -
HSV(B) 258.85º 0.97% 0.92% -
XYZ 18.16 7.78 78.39 -
YUV 54.99 229.02 145.12 -
System Red Green Blue C M Y K H S L
Decimal 79 8 234 0.66 0.97 0 0.08 258.85 0.93 0.47
Hex 4F 8 EA 42 61 0 8 103 5D 2F
Octal 117 10 352 102 141 0 10 403 135 57
Binary 1001111 1000 11101010 1000010 1100001 0 1000 100000011 1011101 101111

Color Harmonies of #4F08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F08EA

Black with #4F08EA

Text Example


Text Example

White with #4F08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,8,234); }

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

background-color css

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

 a { background-color: rgb(79,8,234); }

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

border-color css

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

 span { border-color: rgb(79,8,234); }

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