#4D22A1

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

Shades of Blue Gem #4D22A1

Tints of Blue Gem #4D22A1

Color information

#4D22A1 (or 0x4D22A1) is unknown color: approx Blue Gem. HEX triplet: 4D, 22 and A1. RGB value is (77,34,161). Sum of RGB (Red+Green+Blue) = 77+34+161=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D22A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D22A1 is #B2DD5E. Grayscale: #3C3C3C. Windows color (decimal): -11722079 or 10560077. OLE color: 10560077.

HSL color Cylindrical-coordinate representation of color #4D22A1: hue angle of 260.31º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D22A1 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7734161-
CMYK0.520.7900.37
HSL260.31º65.13%38.24%-
HSV(B)260.31º78.88%63.14%-
XYZ10.075.334.21-
YUV61.33184.25139.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.31%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 161 (63.28% from 255) = 59.19%
R=28.31%
G=12.5%
B=59.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal77341610.520.7900.37260.3165.1338.24
Hex4D22A1344F0251044126
Octal115422416411704540410146
Binary100110110001010100001110100100111101001011000001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D22A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,161); }

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

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

 a { background-color: rgb(77,34,161); }

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

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

 span { border-color: rgb(77,34,161); }

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