Html Css Color HEX #500588 Indigo

📋 copy color: '#500588'

red 80 ◦ green 5 ◦ blue 136

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

Shades of Indigo #500588

Tints of Indigo #500588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 61.54%

R = 36.2%
G = 2.26%
B = 61.54%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#500588 (or 0x500588) is known color: Indigo. HEX triplet: 50, 05 and 88. RGB value is (80,5,136). Sum of RGB (Red+Green+Blue) = 80+5+136=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #500588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500588 is #AFFA77. Grayscale: #292929. Windows color (decimal): -11532920 or 8914256. OLE color: 8914256.

HSL color Cylindrical-coordinate representation of color #500588: hue angle of 274.35º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500588 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 5 136 -
CMYK 0.41 0.96 0 0.47
HSL 274.35º 0.93% 0.28% -
HSV(B) 274.35º 0.96% 0.53% -
XYZ 7.81 3.59 23.57 -
YUV 42.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 80 5 136 0.41 0.96 0 0.47 274.35 0.93 0.28
Hex 50 5 88 29 60 0 2F 112 5D 1C
Octal 120 5 210 51 140 0 57 422 135 34
Binary 1010000 101 10001000 101001 1100000 0 101111 100010010 1011101 11100

Color Harmonies of #500588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500588

Black with #500588

Text Example


Text Example

White with #500588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500588; }

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

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

background-color css

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

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

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

border-color css

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

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

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