Html Css Color HEX #4F25F1 Han Purple

📋 copy color: '#4F25F1'

red 79 ◦ green 37 ◦ blue 241

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

Shades of Han Purple #4F25F1

Tints of Han Purple #4F25F1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 22.13%
G = 10.36%
B = 67.51%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4F25F1 (or 0x4F25F1) is known color: Han Purple. HEX triplet: 4F, 25 and F1. RGB value is (79,37,241). Sum of RGB (Red+Green+Blue) = 79+37+241=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F25F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4F25F1 is #B0DA0E. Grayscale: #484848. Windows color (decimal): -11590159 or 15803727. OLE color: 15803727.

HSL color Cylindrical-coordinate representation of color #4F25F1: hue angle of 252.35º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F25F1 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 37 241 -
CMYK 0.67 0.85 0 0.05
HSL 252.35º 0.88% 0.55% -
HSV(B) 252.35º 0.85% 0.95% -
XYZ 19.76 9.34 83.98 -
YUV 72.81 222.91 132.41 -
System Red Green Blue C M Y K H S L
Decimal 79 37 241 0.67 0.85 0 0.05 252.35 0.88 0.55
Hex 4F 25 F1 43 55 0 5 FC 58 37
Octal 117 45 361 103 125 0 5 374 130 67
Binary 1001111 100101 11110001 1000011 1010101 0 101 11111100 1011000 110111

Color Harmonies of #4F25F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F25F1

Black with #4F25F1

Text Example


Text Example

White with #4F25F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,37,241); }

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

background-color css

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

 a { background-color: rgb(79,37,241); }

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

border-color css

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

 span { border-color: rgb(79,37,241); }

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