Html Css Color HEX #51437A Gigas

📋 copy color: '#51437A'

red 81 ◦ green 67 ◦ blue 122

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

Shades of Gigas #51437A

Tints of Gigas #51437A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 122 (48.05% from 255) = 45.19%

R = 30%
G = 24.81%
B = 45.19%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51437A (or 0x51437A) is known color: Gigas. HEX triplet: 51, 43 and 7A. RGB value is (81,67,122). Sum of RGB (Red+Green+Blue) = 81+67+122=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #51437A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51437A is #AEBC85. Grayscale: #4D4D4D. Windows color (decimal): -11451526 or 8012625. OLE color: 8012625.

HSL color Cylindrical-coordinate representation of color #51437A: hue angle of 255.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51437A is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 81 67 122 -
CMYK 0.34 0.45 0 0.52
HSL 255.27º 0.29% 0.37% -
HSV(B) 255.27º 0.45% 0.48% -
XYZ 8.91 7.17 19.33 -
YUV 77.46 153.14 130.53 -
System Red Green Blue C M Y K H S L
Decimal 81 67 122 0.34 0.45 0 0.52 255.27 0.29 0.37
Hex 51 43 7A 22 2D 0 34 FF 1D 25
Octal 121 103 172 42 55 0 64 377 35 45
Binary 1010001 1000011 1111010 100010 101101 0 110100 11111111 11101 100101

Color Harmonies of #51437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51437A

Black with #51437A

Text Example


Text Example

White with #51437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51437A; }

 p { color: rgb(81,67,122); }

 H1.HeaderClassName
 {
   color: #51437A;
 }
 .AnyTagClassName
 {
   color: #51437A;
 }
</style>

background-color css

<style>
 a { background-color: #51437A; }

 a { background-color: rgb(81,67,122); }

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

border-color css

<style>
 span { border-color: #51437A; }

 span { border-color: rgb(81,67,122); }

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