Html Css Color HEX #4D34DD Han Purple

📋 copy color: '#4D34DD'

red 77 ◦ green 52 ◦ blue 221

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

Shades of Han Purple #4D34DD

Tints of Han Purple #4D34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.86%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 22%
G = 14.86%
B = 63.14%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D34DD (or 0x4D34DD) is known color: Han Purple. HEX triplet: 4D, 34 and DD. RGB value is (77,52,221). Sum of RGB (Red+Green+Blue) = 77+52+221=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D34DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34DD is #B2CB22. Grayscale: #4E4E4E. Windows color (decimal): -11717411 or 14496845. OLE color: 14496845.

HSL color Cylindrical-coordinate representation of color #4D34DD: hue angle of 248.88º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D34DD is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 52 221 -
CMYK 0.65 0.76 0 0.13
HSL 248.88º 0.71% 0.54% -
HSV(B) 248.88º 0.76% 0.87% -
XYZ 17.34 9.25 69.28 -
YUV 78.74 208.28 126.76 -
System Red Green Blue C M Y K H S L
Decimal 77 52 221 0.65 0.76 0 0.13 248.88 0.71 0.54
Hex 4D 34 DD 41 4C 0 D F9 47 36
Octal 115 64 335 101 114 0 15 371 107 66
Binary 1001101 110100 11011101 1000001 1001100 0 1101 11111001 1000111 110110

Color Harmonies of #4D34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D34DD

Black with #4D34DD

Text Example


Text Example

White with #4D34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,52,221); }

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

background-color css

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

 a { background-color: rgb(77,52,221); }

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

border-color css

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

 span { border-color: rgb(77,52,221); }

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