#4D06DB

Color #4D06DB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #4D06DB

Tints of Han Purple #4D06DB

Color information

#4D06DB (or 0x4D06DB) is unknown color: approx 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

RGB776219-
CMYK0.650.9700.14
HSL260º94.67%44.12%-
HSV(B)260º97.26%85.88%-
XYZ15.916.8267.5-
YUV51.51222.52146.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 219 (85.94% from 255) = 72.52%
R=25.50%
G=1.99%
B=72.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal7762190.650.9700.1426094.6744.12
Hex4D6DB41610E1045f2c
Octal115633310114101640413754
Binary10011011101101101110000011100001011101000001001011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D06DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>