Html Css Color HEX #4D259F Blue Gem

📋 copy color: '#4D259F'

red 77 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #4D259F

Tints of Blue Gem #4D259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 28.21%
G = 13.55%
B = 58.24%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D259F (or 0x4D259F) is known color: Blue Gem. HEX triplet: 4D, 25 and 9F. RGB value is (77,37,159). Sum of RGB (Red+Green+Blue) = 77+37+159=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D259F is #B2DA60. Grayscale: #3E3E3E. Windows color (decimal): -11721313 or 10429773. OLE color: 10429773.

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

Color convert

RGB 77 37 159 -
CMYK 0.52 0.77 0 0.38
HSL 259.67º 0.62% 0.38% -
HSV(B) 259.67º 0.77% 0.62% -
XYZ 9.98 5.4 33.32 -
YUV 62.87 182.25 138.08 -
System Red Green Blue C M Y K H S L
Decimal 77 37 159 0.52 0.77 0 0.38 259.67 0.62 0.38
Hex 4D 25 9F 34 4D 0 26 104 3E 26
Octal 115 45 237 64 115 0 46 404 76 46
Binary 1001101 100101 10011111 110100 1001101 0 100110 100000100 111110 100110

Color Harmonies of #4D259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D259F

Black with #4D259F

Text Example


Text Example

White with #4D259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,159); }

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

background-color css

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

 a { background-color: rgb(77,37,159); }

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

border-color css

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

 span { border-color: rgb(77,37,159); }

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