Html Css Color HEX #4D25FA Han Purple

📋 copy color: '#4D25FA'

red 77 ◦ green 37 ◦ blue 250

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

Shades of Han Purple #4D25FA

Tints of Han Purple #4D25FA

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

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

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

R = 21.15%
G = 10.16%
B = 68.68%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D25FA (or 0x4D25FA) is known color: Han Purple. HEX triplet: 4D, 25 and FA. RGB value is (77,37,250). Sum of RGB (Red+Green+Blue) = 77+37+250=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D25FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D25FA is #B2DA05. Grayscale: #484848. Windows color (decimal): -11721222 or 16393549. OLE color: 16393549.

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

Color convert

RGB 77 37 250 -
CMYK 0.69 0.85 0 0.02
HSL 251.27º 0.96% 0.56% -
HSV(B) 251.27º 0.85% 0.98% -
XYZ 20.98 9.8 91.23 -
YUV 73.24 227.75 130.68 -
System Red Green Blue C M Y K H S L
Decimal 77 37 250 0.69 0.85 0 0.02 251.27 0.96 0.56
Hex 4D 25 FA 45 55 0 2 FB 60 38
Octal 115 45 372 105 125 0 2 373 140 70
Binary 1001101 100101 11111010 1000101 1010101 0 10 11111011 1100000 111000

Color Harmonies of #4D25FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D25FA

Black with #4D25FA

Text Example


Text Example

White with #4D25FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,250); }

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

background-color css

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

 a { background-color: rgb(77,37,250); }

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

border-color css

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

 span { border-color: rgb(77,37,250); }

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