Html Css Color HEX #4D30DC Han Purple

📋 copy color: '#4D30DC'

red 77 ◦ green 48 ◦ blue 220

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

Shades of Han Purple #4D30DC

Tints of Han Purple #4D30DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.91%

 BLUE value IS 220 (86.33% from 255) = 63.77%

R = 22.32%
G = 13.91%
B = 63.77%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D30DC (or 0x4D30DC) is known color: Han Purple. HEX triplet: 4D, 30 and DC. RGB value is (77,48,220). Sum of RGB (Red+Green+Blue) = 77+48+220=345 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.32% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D30DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D30DC is #B2CF23. Grayscale: #4B4B4B. Windows color (decimal): -11718436 or 14430285. OLE color: 14430285.

HSL color Cylindrical-coordinate representation of color #4D30DC: hue angle of 250.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D30DC is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 48 220 -
CMYK 0.65 0.78 0 0.14
HSL 250.12º 0.71% 0.53% -
HSV(B) 250.12º 0.78% 0.86% -
XYZ 17.04 8.86 68.52 -
YUV 76.28 209.11 128.51 -
System Red Green Blue C M Y K H S L
Decimal 77 48 220 0.65 0.78 0 0.14 250.12 0.71 0.53
Hex 4D 30 DC 41 4E 0 E FA 47 35
Octal 115 60 334 101 116 0 16 372 107 65
Binary 1001101 110000 11011100 1000001 1001110 0 1110 11111010 1000111 110101

Color Harmonies of #4D30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D30DC

Black with #4D30DC

Text Example


Text Example

White with #4D30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,220); }

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

background-color css

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

 a { background-color: rgb(77,48,220); }

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

border-color css

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

 span { border-color: rgb(77,48,220); }

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