Html Css Color HEX #51407F Gigas

📋 copy color: '#51407F'

red 81 ◦ green 64 ◦ blue 127

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

Shades of Gigas #51407F

Tints of Gigas #51407F

RGB

 RED value IS 81 (32.03% from 255) = 29.78%

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

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

R = 29.78%
G = 23.53%
B = 46.69%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#51407F (or 0x51407F) is known color: Gigas. HEX triplet: 51, 40 and 7F. RGB value is (81,64,127). Sum of RGB (Red+Green+Blue) = 81+64+127=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #51407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51407F is #AEBF80. Grayscale: #4C4C4C. Windows color (decimal): -11452289 or 8339537. OLE color: 8339537.

HSL color Cylindrical-coordinate representation of color #51407F: hue angle of 256.19º 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 #51407F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 64 127 -
CMYK 0.36 0.50 0 0.50
HSL 256.19º 0.33% 0.37% -
HSV(B) 256.19º 0.5% 0.5% -
XYZ 9.06 6.95 20.94 -
YUV 76.27 156.63 131.38 -
System Red Green Blue C M Y K H S L
Decimal 81 64 127 0.36 0.50 0 0.50 256.19 0.33 0.37
Hex 51 40 7F 24 32 0 32 100 21 25
Octal 121 100 177 44 62 0 62 400 41 45
Binary 1010001 1000000 1111111 100100 110010 0 110010 100000000 100001 100101

Color Harmonies of #51407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51407F

Black with #51407F

Text Example


Text Example

White with #51407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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