Html Css Color HEX #514281 Gigas

📋 copy color: '#514281'

red 81 ◦ green 66 ◦ blue 129

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

Shades of Gigas #514281

Tints of Gigas #514281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.91%

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

R = 29.35%
G = 23.91%
B = 46.74%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514281 (or 0x514281) is known color: Gigas. HEX triplet: 51, 42 and 81. RGB value is (81,66,129). Sum of RGB (Red+Green+Blue) = 81+66+129=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 129 (50.78% from 255 or 46.74% from 276); Max value from RGB is 129 - color contains mainly: blue. Hex color #514281 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514281 is #AEBD7E. Grayscale: #4D4D4D. Windows color (decimal): -11451775 or 8471121. OLE color: 8471121.

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

Color convert

RGB 81 66 129 -
CMYK 0.37 0.49 0 0.49
HSL 254.29º 0.32% 0.38% -
HSV(B) 254.29º 0.49% 0.51% -
XYZ 9.3 7.23 21.67 -
YUV 77.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 81 66 129 0.37 0.49 0 0.49 254.29 0.32 0.38
Hex 51 42 81 25 31 0 31 FE 20 26
Octal 121 102 201 45 61 0 61 376 40 46
Binary 1010001 1000010 10000001 100101 110001 0 110001 11111110 100000 100110

Color Harmonies of #514281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514281

Black with #514281

Text Example


Text Example

White with #514281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514281; }

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

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

background-color css

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

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

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

border-color css

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

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

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