Html Css Color HEX #500095 Indigo

📋 copy color: '#500095'

red 80 ◦ green 0 ◦ blue 149

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

Shades of Indigo #500095

Tints of Indigo #500095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 34.93%
G = 0%
B = 65.07%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500095 (or 0x500095) is known color: Indigo. HEX triplet: 50, 00 and 95. RGB value is (80,0,149). Sum of RGB (Red+Green+Blue) = 80+0+149=229 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.93% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #500095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500095 is #AFFF6A. Grayscale: #282828. Windows color (decimal): -11534187 or 9764944. OLE color: 9764944.

HSL color Cylindrical-coordinate representation of color #500095: hue angle of 272.21º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500095 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 0 149 -
CMYK 0.46 1 0 0.42
HSL 272.21º 1% 0.29% -
HSV(B) 272.21º 1% 0.58% -
XYZ 8.73 3.88 28.72 -
YUV 40.91 189 155.88 -
System Red Green Blue C M Y K H S L
Decimal 80 0 149 0.46 1 0 0.42 272.21 1 0.29
Hex 50 0 95 2E 64 0 2A 110 64 1D
Octal 120 0 225 56 144 0 52 420 144 35
Binary 1010000 0 10010101 101110 1100100 0 101010 100010000 1100100 11101

Color Harmonies of #500095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500095

Black with #500095

Text Example


Text Example

White with #500095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500095; }

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

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

background-color css

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

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

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

border-color css

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

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

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