Html Css Color HEX #50407F Gigas

📋 copy color: '#50407F'

red 80 ◦ green 64 ◦ blue 127

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

Shades of Gigas #50407F

Tints of Gigas #50407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.62%

 BLUE value IS 127 (50% from 255) = 46.86%

R = 29.52%
G = 23.62%
B = 46.86%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50407F (or 0x50407F) is known color: Gigas. HEX triplet: 50, 40 and 7F. RGB value is (80,64,127). Sum of RGB (Red+Green+Blue) = 80+64+127=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 127 (50% from 255 or 46.86% from 271); Max value from RGB is 127 - color contains mainly: blue. Hex color #50407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50407F is #AFBF80. Grayscale: #4B4B4B. Windows color (decimal): -11517825 or 8339536. OLE color: 8339536.

HSL color Cylindrical-coordinate representation of color #50407F: hue angle of 255.24º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50407F is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 64 127 -
CMYK 0.37 0.50 0 0.50
HSL 255.24º 0.33% 0.37% -
HSV(B) 255.24º 0.5% 0.5% -
XYZ 8.97 6.9 20.94 -
YUV 75.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 80 64 127 0.37 0.50 0 0.50 255.24 0.33 0.37
Hex 50 40 7F 25 32 0 32 FF 21 25
Octal 120 100 177 45 62 0 62 377 41 45
Binary 1010000 1000000 1111111 100101 110010 0 110010 11111111 100001 100101

Color Harmonies of #50407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50407F

Black with #50407F

Text Example


Text Example

White with #50407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50407F; }

 p { color: rgb(80,64,127); }

 H1.HeaderClassName
 {
   color: #50407F;
 }
 .AnyTagClassName
 {
   color: #50407F;
 }
</style>

background-color css

<style>
 a { background-color: #50407F; }

 a { background-color: rgb(80,64,127); }

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

border-color css

<style>
 span { border-color: #50407F; }

 span { border-color: rgb(80,64,127); }

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