Html Css Color HEX #503E7D Gigas

📋 copy color: '#503E7D'

red 80 ◦ green 62 ◦ blue 125

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

Shades of Gigas #503E7D

Tints of Gigas #503E7D

RGB

 RED value IS 80 (31.64% from 255) = 29.96%

 GREEN value IS 62 (24.61% from 255) = 23.22%

 BLUE value IS 125 (49.22% from 255) = 46.82%

R = 29.96%
G = 23.22%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#503E7D (or 0x503E7D) is known color: Gigas. HEX triplet: 50, 3E and 7D. RGB value is (80,62,125). Sum of RGB (Red+Green+Blue) = 80+62+125=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 125 - color contains mainly: blue. Hex color #503E7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E7D is #AFC182. Grayscale: #4A4A4A. Windows color (decimal): -11518339 or 8207952. OLE color: 8207952.

HSL color Cylindrical-coordinate representation of color #503E7D: hue angle of 257.14º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503E7D is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 62 125 -
CMYK 0.36 0.50 0 0.51
HSL 257.14º 0.34% 0.37% -
HSV(B) 257.14º 0.5% 0.49% -
XYZ 8.73 6.63 20.22 -
YUV 74.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 80 62 125 0.36 0.50 0 0.51 257.14 0.34 0.37
Hex 50 3E 7D 24 32 0 33 101 22 25
Octal 120 76 175 44 62 0 63 401 42 45
Binary 1010000 111110 1111101 100100 110010 0 110011 100000001 100010 100101

Color Harmonies of #503E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E7D

Black with #503E7D

Text Example


Text Example

White with #503E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503E7D; }

 p { color: rgb(80,62,125); }

 H1.HeaderClassName
 {
   color: #503E7D;
 }
 .AnyTagClassName
 {
   color: #503E7D;
 }
</style>

background-color css

<style>
 a { background-color: #503E7D; }

 a { background-color: rgb(80,62,125); }

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

border-color css

<style>
 span { border-color: #503E7D; }

 span { border-color: rgb(80,62,125); }

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