Html Css Color HEX #4D00DE Han Purple

📋 copy color: '#4D00DE'

red 77 ◦ green 0 ◦ blue 222

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

Shades of Han Purple #4D00DE

Tints of Han Purple #4D00DE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.75%
G = 0%
B = 74.25%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4D00DE (or 0x4D00DE) is known color: Han Purple. HEX triplet: 4D, 00 and DE. RGB value is (77,0,222). Sum of RGB (Red+Green+Blue) = 77+0+222=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D00DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D00DE is #B2FF21. Grayscale: #2F2F2F. Windows color (decimal): -11730722 or 14549069. OLE color: 14549069.

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

Color convert

RGB 77 0 222 -
CMYK 0.65 1 0 0.13
HSL 260.81º 1% 0.44% -
HSV(B) 260.81º 1% 0.87% -
XYZ 16.25 6.85 69.57 -
YUV 48.33 226.01 148.45 -
System Red Green Blue C M Y K H S L
Decimal 77 0 222 0.65 1 0 0.13 260.81 1 0.44
Hex 4D 0 DE 41 64 0 D 105 64 2C
Octal 115 0 336 101 144 0 15 405 144 54
Binary 1001101 0 11011110 1000001 1100100 0 1101 100000101 1100100 101100

Color Harmonies of #4D00DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D00DE

Black with #4D00DE

Text Example


Text Example

White with #4D00DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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