Html Css Color HEX #4D36A9 Blue Gem

📋 copy color: '#4D36A9'

red 77 ◦ green 54 ◦ blue 169

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

Shades of Blue Gem #4D36A9

Tints of Blue Gem #4D36A9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18%

 BLUE value IS 169 (66.41% from 255) = 56.33%

R = 25.67%
G = 18%
B = 56.33%

CMYK

 C value IS 0.54

 M value IS 0.68

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4D36A9 (or 0x4D36A9) is known color: Blue Gem. HEX triplet: 4D, 36 and A9. RGB value is (77,54,169). Sum of RGB (Red+Green+Blue) = 77+54+169=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D36A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D36A9 is #B2C956. Grayscale: #494949. Windows color (decimal): -11716951 or 11089485. OLE color: 11089485.

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

Color convert

RGB 77 54 169 -
CMYK 0.54 0.68 0 0.34
HSL 252º 0.52% 0.44% -
HSV(B) 252º 0.68% 0.66% -
XYZ 11.54 7.08 38.29 -
YUV 73.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 77 54 169 0.54 0.68 0 0.34 252 0.52 0.44
Hex 4D 36 A9 36 44 0 22 FC 34 2C
Octal 115 66 251 66 104 0 42 374 64 54
Binary 1001101 110110 10101001 110110 1000100 0 100010 11111100 110100 101100

Color Harmonies of #4D36A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D36A9

Black with #4D36A9

Text Example


Text Example

White with #4D36A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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