Html Css Color HEX #514481 Gigas

📋 copy color: '#514481'

red 81 ◦ green 68 ◦ blue 129

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

Shades of Gigas #514481

Tints of Gigas #514481

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 29.14%
G = 24.46%
B = 46.4%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514481 (or 0x514481) is known color: Gigas. HEX triplet: 51, 44 and 81. RGB value is (81,68,129). Sum of RGB (Red+Green+Blue) = 81+68+129=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #514481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514481 is #AEBB7E. Grayscale: #4E4E4E. Windows color (decimal): -11451263 or 8471633. OLE color: 8471633.

HSL color Cylindrical-coordinate representation of color #514481: hue angle of 252.79º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #514481 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 68 129 -
CMYK 0.37 0.47 0 0.49
HSL 252.79º 0.31% 0.39% -
HSV(B) 252.79º 0.47% 0.51% -
XYZ 9.42 7.47 21.71 -
YUV 78.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 81 68 129 0.37 0.47 0 0.49 252.79 0.31 0.39
Hex 51 44 81 25 2F 0 31 FD 1F 27
Octal 121 104 201 45 57 0 61 375 37 47
Binary 1010001 1000100 10000001 100101 101111 0 110001 11111101 11111 100111

Color Harmonies of #514481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514481

Black with #514481

Text Example


Text Example

White with #514481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514481; }

 p { color: rgb(81,68,129); }

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

background-color css

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

 a { background-color: rgb(81,68,129); }

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

border-color css

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

 span { border-color: rgb(81,68,129); }

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