Html Css Color HEX #51177A Indigo

📋 copy color: '#51177A'

red 81 ◦ green 23 ◦ blue 122

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

Shades of Indigo #51177A

Tints of Indigo #51177A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.18%

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

R = 35.84%
G = 10.18%
B = 53.98%

CMYK

 C value IS 0.34

 M value IS 0.81

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#51177A (or 0x51177A) is known color: Indigo. HEX triplet: 51, 17 and 7A. RGB value is (81,23,122). Sum of RGB (Red+Green+Blue) = 81+23+122=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #51177A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51177A is #AEE885. Grayscale: #333333. Windows color (decimal): -11462790 or 8001361. OLE color: 8001361.

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

Color convert

RGB 81 23 122 -
CMYK 0.34 0.81 0 0.52
HSL 275.15º 0.68% 0.28% -
HSV(B) 275.15º 0.81% 0.48% -
XYZ 7.21 3.77 18.76 -
YUV 51.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 81 23 122 0.34 0.81 0 0.52 275.15 0.68 0.28
Hex 51 17 7A 22 51 0 34 113 44 1C
Octal 121 27 172 42 121 0 64 423 104 34
Binary 1010001 10111 1111010 100010 1010001 0 110100 100010011 1000100 11100

Color Harmonies of #51177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51177A

Black with #51177A

Text Example


Text Example

White with #51177A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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