Html Css Color HEX #51177B Indigo

📋 copy color: '#51177B'

red 81 ◦ green 23 ◦ blue 123

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

Shades of Indigo #51177B

Tints of Indigo #51177B

RGB

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

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

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

R = 35.68%
G = 10.13%
B = 54.19%

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

#51177B (or 0x51177B) is known color: Indigo. HEX triplet: 51, 17 and 7B. RGB value is (81,23,123). Sum of RGB (Red+Green+Blue) = 81+23+123=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 123 (48.44% from 255 or 54.19% from 227); Max value from RGB is 123 - color contains mainly: blue. Hex color #51177B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #51177B is #AEE884. Grayscale: #333333. Windows color (decimal): -11462789 or 8066897. OLE color: 8066897.

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

Color convert

RGB 81 23 123 -
CMYK 0.34 0.81 0 0.52
HSL 274.8º 0.68% 0.29% -
HSV(B) 274.8º 0.81% 0.48% -
XYZ 7.27 3.79 19.09 -
YUV 51.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 81 23 123 0.34 0.81 0 0.52 274.8 0.68 0.29
Hex 51 17 7B 22 51 0 34 113 44 1D
Octal 121 27 173 42 121 0 64 423 104 35
Binary 1010001 10111 1111011 100010 1010001 0 110100 100010011 1000100 11101

Color Harmonies of #51177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51177B

Black with #51177B

Text Example


Text Example

White with #51177B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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