#4D28A9

Color #4D28A9 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4D28A9

Tints of Blue Gem #4D28A9

Color information

#4D28A9 (or 0x4D28A9) is unknown color: approx Blue Gem. HEX triplet: 4D, 28 and A9. RGB value is (77,40,169). Sum of RGB (Red+Green+Blue) = 77+40+169=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 169 (66.41% from 255 or 59.09% from 286); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D28A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D28A9 is #B2D756. Grayscale: #414141. Windows color (decimal): -11720535 or 11085901. OLE color: 11085901.

HSL color Cylindrical-coordinate representation of color #4D28A9: hue angle of 257.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D28A9 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7740169-
CMYK0.540.7600.34
HSL257.21º61.72%40.98%-
HSV(B)257.21º76.33%66.27%-
XYZ10.985.9638.11-
YUV65.77186.26136.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.92%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 169 (66.41% from 255) = 59.09%
R=26.92%
G=13.99%
B=59.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal77401690.540.7600.34257.2161.7240.98
Hex4D28A9364C0221013e29
Octal11550251661140424017651
Binary10011011010001010100111011010011000100010100000001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D28A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,40,169); }

 H1.HeaderClassName
 {
   color: #4D28A9;
 }
 .AnyTagClassName
 {
   color: #4D28A9;
 }
</style>
background-color css

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

 a { background-color: rgb(77,40,169); }

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

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

 span { border-color: rgb(77,40,169); }

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