Html Css Color HEX #500592 Indigo

📋 copy color: '#500592'

red 80 ◦ green 5 ◦ blue 146

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

Shades of Indigo #500592

Tints of Indigo #500592

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 34.63%
G = 2.16%
B = 63.2%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#500592 (or 0x500592) is known color: Indigo. HEX triplet: 50, 05 and 92. RGB value is (80,5,146). Sum of RGB (Red+Green+Blue) = 80+5+146=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #500592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500592 is #AFFA6D. Grayscale: #2B2B2B. Windows color (decimal): -11532910 or 9569616. OLE color: 9569616.

HSL color Cylindrical-coordinate representation of color #500592: hue angle of 271.91º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500592 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 5 146 -
CMYK 0.45 0.97 0 0.43
HSL 271.91º 0.93% 0.3% -
HSV(B) 271.91º 0.97% 0.57% -
XYZ 8.55 3.89 27.49 -
YUV 43.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 80 5 146 0.45 0.97 0 0.43 271.91 0.93 0.3
Hex 50 5 92 2D 61 0 2B 110 5D 1E
Octal 120 5 222 55 141 0 53 420 135 36
Binary 1010000 101 10010010 101101 1100001 0 101011 100010000 1011101 11110

Color Harmonies of #500592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500592

Black with #500592

Text Example


Text Example

White with #500592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500592; }

 p { color: rgb(80,5,146); }

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

background-color css

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

 a { background-color: rgb(80,5,146); }

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

border-color css

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

 span { border-color: rgb(80,5,146); }

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