Html Css Color HEX #51407B Gigas

📋 copy color: '#51407B'

red 81 ◦ green 64 ◦ blue 123

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

Shades of Gigas #51407B

Tints of Gigas #51407B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 30.22%
G = 23.88%
B = 45.9%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51407B (or 0x51407B) is known color: Gigas. HEX triplet: 51, 40 and 7B. RGB value is (81,64,123). Sum of RGB (Red+Green+Blue) = 81+64+123=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: blue. Hex color #51407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51407B is #AEBF84. Grayscale: #4B4B4B. Windows color (decimal): -11452293 or 8077393. OLE color: 8077393.

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

Color convert

RGB 81 64 123 -
CMYK 0.34 0.48 0 0.52
HSL 257.29º 0.32% 0.37% -
HSV(B) 257.29º 0.48% 0.48% -
XYZ 8.8 6.85 19.6 -
YUV 75.81 154.63 131.7 -
System Red Green Blue C M Y K H S L
Decimal 81 64 123 0.34 0.48 0 0.52 257.29 0.32 0.37
Hex 51 40 7B 22 30 0 34 101 20 25
Octal 121 100 173 42 60 0 64 401 40 45
Binary 1010001 1000000 1111011 100010 110000 0 110100 100000001 100000 100101

Color Harmonies of #51407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51407B

Black with #51407B

Text Example


Text Example

White with #51407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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