Html Css Color HEX #4D0DDB Han Purple

📋 copy color: '#4D0DDB'

red 77 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #4D0DDB

Tints of Han Purple #4D0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.21%

 BLUE value IS 219 (85.94% from 255) = 70.87%

R = 24.92%
G = 4.21%
B = 70.87%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D0DDB (or 0x4D0DDB) is known color: Han Purple. HEX triplet: 4D, 0D and DB. RGB value is (77,13,219). Sum of RGB (Red+Green+Blue) = 77+13+219=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 219 (85.94% from 255 or 70.87% from 309); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DDB is #B2F224. Grayscale: #363636. Windows color (decimal): -11727397 or 14355789. OLE color: 14355789.

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

Color convert

RGB 77 13 219 -
CMYK 0.65 0.94 0 0.14
HSL 258.64º 0.89% 0.45% -
HSV(B) 258.64º 0.94% 0.86% -
XYZ 15.99 6.98 67.52 -
YUV 55.62 220.2 143.25 -
System Red Green Blue C M Y K H S L
Decimal 77 13 219 0.65 0.94 0 0.14 258.64 0.89 0.45
Hex 4D D DB 41 5E 0 E 103 59 2D
Octal 115 15 333 101 136 0 16 403 131 55
Binary 1001101 1101 11011011 1000001 1011110 0 1110 100000011 1011001 101101

Color Harmonies of #4D0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DDB

Black with #4D0DDB

Text Example


Text Example

White with #4D0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,13,219); }

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

background-color css

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

 a { background-color: rgb(77,13,219); }

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

border-color css

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

 span { border-color: rgb(77,13,219); }

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