Html Css Color HEX #50005C Indigo

📋 copy color: '#50005C'

red 80 ◦ green 0 ◦ blue 92

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

Shades of Indigo #50005C

Tints of Indigo #50005C

RGB

 RED value IS 80 (31.64% from 255) = 46.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 92 (36.33% from 255) = 53.49%

R = 46.51%
G = 0%
B = 53.49%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#50005C (or 0x50005C) is known color: Indigo. HEX triplet: 50, 00 and 5C. RGB value is (80,0,92). Sum of RGB (Red+Green+Blue) = 80+0+92=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #50005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50005C is #AFFFA3. Grayscale: #222222. Windows color (decimal): -11534244 or 6029392. OLE color: 6029392.

HSL color Cylindrical-coordinate representation of color #50005C: hue angle of 292.17º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50005C is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 0 92 -
CMYK 0.13 1 0 0.64
HSL 292.17º 1% 0.18% -
HSV(B) 292.17º 1% 0.36% -
XYZ 5.24 2.48 10.33 -
YUV 34.41 160.5 160.52 -
System Red Green Blue C M Y K H S L
Decimal 80 0 92 0.13 1 0 0.64 292.17 1 0.18
Hex 50 0 5C D 64 0 40 124 64 12
Octal 120 0 134 15 144 0 100 444 144 22
Binary 1010000 0 1011100 1101 1100100 0 1000000 100100100 1100100 10010

Color Harmonies of #50005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50005C

Black with #50005C

Text Example


Text Example

White with #50005C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,0,92); }

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

background-color css

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

 a { background-color: rgb(80,0,92); }

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

border-color css

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

 span { border-color: rgb(80,0,92); }

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