Html Css Color HEX #4D21DC Han Purple

📋 copy color: '#4D21DC'

red 77 ◦ green 33 ◦ blue 220

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

Shades of Han Purple #4D21DC

Tints of Han Purple #4D21DC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 23.33%
G = 10%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D21DC (or 0x4D21DC) is known color: Han Purple. HEX triplet: 4D, 21 and DC. RGB value is (77,33,220). Sum of RGB (Red+Green+Blue) = 77+33+220=330 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.33% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D21DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D21DC is #B2DE23. Grayscale: #424242. Windows color (decimal): -11722276 or 14426445. OLE color: 14426445.

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

Color convert

RGB 77 33 220 -
CMYK 0.65 0.85 0 0.14
HSL 254.12º 0.74% 0.5% -
HSV(B) 254.12º 0.85% 0.86% -
XYZ 16.52 7.83 68.35 -
YUV 67.47 214.08 134.79 -
System Red Green Blue C M Y K H S L
Decimal 77 33 220 0.65 0.85 0 0.14 254.12 0.74 0.5
Hex 4D 21 DC 41 55 0 E FE 4A 32
Octal 115 41 334 101 125 0 16 376 112 62
Binary 1001101 100001 11011100 1000001 1010101 0 1110 11111110 1001010 110010

Color Harmonies of #4D21DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D21DC

Black with #4D21DC

Text Example


Text Example

White with #4D21DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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