Html Css Color HEX #51427C Gigas

📋 copy color: '#51427C'

red 81 ◦ green 66 ◦ blue 124

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

Shades of Gigas #51427C

Tints of Gigas #51427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.76%

R = 29.89%
G = 24.35%
B = 45.76%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#51427C (or 0x51427C) is known color: Gigas. HEX triplet: 51, 42 and 7C. RGB value is (81,66,124). Sum of RGB (Red+Green+Blue) = 81+66+124=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #51427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51427C is #AEBD83. Grayscale: #4C4C4C. Windows color (decimal): -11451780 or 8143441. OLE color: 8143441.

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

Color convert

RGB 81 66 124 -
CMYK 0.35 0.47 0 0.51
HSL 255.52º 0.31% 0.37% -
HSV(B) 255.52º 0.47% 0.49% -
XYZ 8.98 7.1 19.97 -
YUV 77.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 81 66 124 0.35 0.47 0 0.51 255.52 0.31 0.37
Hex 51 42 7C 23 2F 0 33 100 1F 25
Octal 121 102 174 43 57 0 63 400 37 45
Binary 1010001 1000010 1111100 100011 101111 0 110011 100000000 11111 100101

Color Harmonies of #51427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51427C

Black with #51427C

Text Example


Text Example

White with #51427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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