Html Css Color HEX #500295 Indigo

📋 copy color: '#500295'

red 80 ◦ green 2 ◦ blue 149

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

Shades of Indigo #500295

Tints of Indigo #500295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 34.63%
G = 0.87%
B = 64.5%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500295 (or 0x500295) is known color: Indigo. HEX triplet: 50, 02 and 95. RGB value is (80,2,149). Sum of RGB (Red+Green+Blue) = 80+2+149=231 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.63% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #500295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500295 is #AFFD6A. Grayscale: #292929. Windows color (decimal): -11533675 or 9765456. OLE color: 9765456.

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

Color convert

RGB 80 2 149 -
CMYK 0.46 0.99 0 0.42
HSL 271.84º 0.97% 0.3% -
HSV(B) 271.84º 0.99% 0.58% -
XYZ 8.75 3.92 28.73 -
YUV 42.08 188.34 155.05 -
System Red Green Blue C M Y K H S L
Decimal 80 2 149 0.46 0.99 0 0.42 271.84 0.97 0.3
Hex 50 2 95 2E 63 0 2A 110 61 1E
Octal 120 2 225 56 143 0 52 420 141 36
Binary 1010000 10 10010101 101110 1100011 0 101010 100010000 1100001 11110

Color Harmonies of #500295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500295

Black with #500295

Text Example


Text Example

White with #500295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500295; }

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

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

background-color css

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

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

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

border-color css

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

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

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