Html Css Color HEX #4D06DB Han Purple

📋 copy color: '#4D06DB'

red 77 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #4D06DB

Tints of Han Purple #4D06DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

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

R = 25.5%
G = 1.99%
B = 72.52%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D06DB (or 0x4D06DB) is known color: Han Purple. HEX triplet: 4D, 06 and DB. RGB value is (77,6,219). Sum of RGB (Red+Green+Blue) = 77+6+219=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D06DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D06DB is #B2F924. Grayscale: #323232. Windows color (decimal): -11729189 or 14353997. OLE color: 14353997.

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

Color convert

RGB 77 6 219 -
CMYK 0.65 0.97 0 0.14
HSL 260º 0.95% 0.44% -
HSV(B) 260º 0.97% 0.86% -
XYZ 15.91 6.82 67.5 -
YUV 51.51 222.52 146.18 -
System Red Green Blue C M Y K H S L
Decimal 77 6 219 0.65 0.97 0 0.14 260 0.95 0.44
Hex 4D 6 DB 41 61 0 E 104 5F 2C
Octal 115 6 333 101 141 0 16 404 137 54
Binary 1001101 110 11011011 1000001 1100001 0 1110 100000100 1011111 101100

Color Harmonies of #4D06DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D06DB

Black with #4D06DB

Text Example


Text Example

White with #4D06DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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