Html Css Color HEX #4D2AFC Han Purple

📋 copy color: '#4D2AFC'

red 77 ◦ green 42 ◦ blue 252

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

Shades of Han Purple #4D2AFC

Tints of Han Purple #4D2AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.32%

 BLUE value IS 252 (98.83% from 255) = 67.92%

R = 20.75%
G = 11.32%
B = 67.92%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D2AFC (or 0x4D2AFC) is known color: Han Purple. HEX triplet: 4D, 2A and FC. RGB value is (77,42,252). Sum of RGB (Red+Green+Blue) = 77+42+252=371 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.75% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D2AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D2AFC is #B2D503. Grayscale: #4B4B4B. Windows color (decimal): -11719940 or 16525901. OLE color: 16525901.

HSL color Cylindrical-coordinate representation of color #4D2AFC: hue angle of 250º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D2AFC is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 42 252 -
CMYK 0.69 0.83 0 0.01
HSL 250º 0.97% 0.58% -
HSV(B) 250º 0.83% 0.99% -
XYZ 21.46 10.26 92.95 -
YUV 76.41 227.1 128.42 -
System Red Green Blue C M Y K H S L
Decimal 77 42 252 0.69 0.83 0 0.01 250 0.97 0.58
Hex 4D 2A FC 45 53 0 1 FA 61 3A
Octal 115 52 374 105 123 0 1 372 141 72
Binary 1001101 101010 11111100 1000101 1010011 0 1 11111010 1100001 111010

Color Harmonies of #4D2AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2AFC

Black with #4D2AFC

Text Example


Text Example

White with #4D2AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,42,252); }

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

background-color css

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

 a { background-color: rgb(77,42,252); }

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

border-color css

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

 span { border-color: rgb(77,42,252); }

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