Html Css Color HEX #500885 Indigo

📋 copy color: '#500885'

red 80 ◦ green 8 ◦ blue 133

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

Shades of Indigo #500885

Tints of Indigo #500885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 36.2%
G = 3.62%
B = 60.18%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500885 (or 0x500885) is known color: Indigo. HEX triplet: 50, 08 and 85. RGB value is (80,8,133). Sum of RGB (Red+Green+Blue) = 80+8+133=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #500885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500885 is #AFF77A. Grayscale: #2B2B2B. Windows color (decimal): -11532155 or 8718416. OLE color: 8718416.

HSL color Cylindrical-coordinate representation of color #500885: hue angle of 274.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500885 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 8 133 -
CMYK 0.40 0.94 0 0.48
HSL 274.56º 0.89% 0.28% -
HSV(B) 274.56º 0.94% 0.52% -
XYZ 7.63 3.57 22.48 -
YUV 43.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 80 8 133 0.40 0.94 0 0.48 274.56 0.89 0.28
Hex 50 8 85 28 5E 0 30 113 59 1C
Octal 120 10 205 50 136 0 60 423 131 34
Binary 1010000 1000 10000101 101000 1011110 0 110000 100010011 1011001 11100

Color Harmonies of #500885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500885

Black with #500885

Text Example


Text Example

White with #500885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500885; }

 p { color: rgb(80,8,133); }

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

background-color css

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

 a { background-color: rgb(80,8,133); }

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

border-color css

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

 span { border-color: rgb(80,8,133); }

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