Html Css Color HEX #4D23A3 Blue Gem

📋 copy color: '#4D23A3'

red 77 ◦ green 35 ◦ blue 163

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

Shades of Blue Gem #4D23A3

Tints of Blue Gem #4D23A3

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.73%

 BLUE value IS 163 (64.06% from 255) = 59.27%

R = 28%
G = 12.73%
B = 59.27%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4D23A3 (or 0x4D23A3) is known color: Blue Gem. HEX triplet: 4D, 23 and A3. RGB value is (77,35,163). Sum of RGB (Red+Green+Blue) = 77+35+163=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 163 (64.06% from 255 or 59.27% from 275); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D23A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D23A3 is #B2DC5C. Grayscale: #3D3D3D. Windows color (decimal): -11721821 or 10691405. OLE color: 10691405.

HSL color Cylindrical-coordinate representation of color #4D23A3: hue angle of 259.69º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4D23A3 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 35 163 -
CMYK 0.53 0.79 0 0.36
HSL 259.69º 0.65% 0.39% -
HSV(B) 259.69º 0.79% 0.64% -
XYZ 10.27 5.42 35.16 -
YUV 62.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 77 35 163 0.53 0.79 0 0.36 259.69 0.65 0.39
Hex 4D 23 A3 35 4F 0 24 104 41 27
Octal 115 43 243 65 117 0 44 404 101 47
Binary 1001101 100011 10100011 110101 1001111 0 100100 100000100 1000001 100111

Color Harmonies of #4D23A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D23A3

Black with #4D23A3

Text Example


Text Example

White with #4D23A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,163); }

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

background-color css

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

 a { background-color: rgb(77,35,163); }

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

border-color css

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

 span { border-color: rgb(77,35,163); }

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