Html Css Color HEX #4D08DB Han Purple

📋 copy color: '#4D08DB'

red 77 ◦ green 8 ◦ blue 219

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

Shades of Han Purple #4D08DB

Tints of Han Purple #4D08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.63%

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

R = 25.33%
G = 2.63%
B = 72.04%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D08DB (or 0x4D08DB) is known color: Han Purple. HEX triplet: 4D, 08 and DB. RGB value is (77,8,219). Sum of RGB (Red+Green+Blue) = 77+8+219=304 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.33% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D08DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D08DB is #B2F724. Grayscale: #333333. Windows color (decimal): -11728677 or 14354509. OLE color: 14354509.

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

Color convert

RGB 77 8 219 -
CMYK 0.65 0.96 0 0.14
HSL 259.62º 0.93% 0.45% -
HSV(B) 259.62º 0.96% 0.86% -
XYZ 15.93 6.87 67.5 -
YUV 52.69 221.86 145.34 -
System Red Green Blue C M Y K H S L
Decimal 77 8 219 0.65 0.96 0 0.14 259.62 0.93 0.45
Hex 4D 8 DB 41 60 0 E 104 5D 2D
Octal 115 10 333 101 140 0 16 404 135 55
Binary 1001101 1000 11011011 1000001 1100000 0 1110 100000100 1011101 101101

Color Harmonies of #4D08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D08DB

Black with #4D08DB

Text Example


Text Example

White with #4D08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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