Html Css Color HEX #4F08FA Han Purple

📋 copy color: '#4F08FA'

red 79 ◦ green 8 ◦ blue 250

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

Shades of Han Purple #4F08FA

Tints of Han Purple #4F08FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 23.44%
G = 2.37%
B = 74.18%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4F08FA (or 0x4F08FA) is known color: Han Purple. HEX triplet: 4F, 08 and FA. RGB value is (79,8,250). Sum of RGB (Red+Green+Blue) = 79+8+250=337 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.44% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4F08FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4F08FA is #B0F705. Grayscale: #373737. Windows color (decimal): -11597574 or 16386127. OLE color: 16386127.

HSL color Cylindrical-coordinate representation of color #4F08FA: hue angle of 257.6º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F08FA is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 8 250 -
CMYK 0.68 0.97 0 0.02
HSL 257.6º 0.96% 0.51% -
HSV(B) 257.6º 0.97% 0.98% -
XYZ 20.57 8.74 91.05 -
YUV 56.82 237.02 143.82 -
System Red Green Blue C M Y K H S L
Decimal 79 8 250 0.68 0.97 0 0.02 257.6 0.96 0.51
Hex 4F 8 FA 44 61 0 2 102 60 33
Octal 117 10 372 104 141 0 2 402 140 63
Binary 1001111 1000 11111010 1000100 1100001 0 10 100000010 1100000 110011

Color Harmonies of #4F08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F08FA

Black with #4F08FA

Text Example


Text Example

White with #4F08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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