Html Css Color HEX #4D04DE Han Purple

📋 copy color: '#4D04DE'

red 77 ◦ green 4 ◦ blue 222

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

Shades of Han Purple #4D04DE

Tints of Han Purple #4D04DE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 222 (87.11% from 255) = 73.27%

R = 25.41%
G = 1.32%
B = 73.27%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D04DE (or 0x4D04DE) is known color: Han Purple. HEX triplet: 4D, 04 and DE. RGB value is (77,4,222). Sum of RGB (Red+Green+Blue) = 77+4+222=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D04DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D04DE is #B2FB21. Grayscale: #313131. Windows color (decimal): -11729698 or 14550093. OLE color: 14550093.

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

Color convert

RGB 77 4 222 -
CMYK 0.65 0.98 0 0.13
HSL 260.09º 0.96% 0.44% -
HSV(B) 260.09º 0.98% 0.87% -
XYZ 16.29 6.94 69.59 -
YUV 50.68 224.68 146.77 -
System Red Green Blue C M Y K H S L
Decimal 77 4 222 0.65 0.98 0 0.13 260.09 0.96 0.44
Hex 4D 4 DE 41 62 0 D 104 60 2C
Octal 115 4 336 101 142 0 15 404 140 54
Binary 1001101 100 11011110 1000001 1100010 0 1101 100000100 1100000 101100

Color Harmonies of #4D04DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D04DE

Black with #4D04DE

Text Example


Text Example

White with #4D04DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,4,222); }

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

background-color css

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

 a { background-color: rgb(77,4,222); }

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

border-color css

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

 span { border-color: rgb(77,4,222); }

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