Html Css Color HEX #500275 Indigo

📋 copy color: '#500275'

red 80 ◦ green 2 ◦ blue 117

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

Shades of Indigo #500275

Tints of Indigo #500275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.79%

R = 40.2%
G = 1.01%
B = 58.79%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500275 (or 0x500275) is known color: Indigo. HEX triplet: 50, 02 and 75. RGB value is (80,2,117). Sum of RGB (Red+Green+Blue) = 80+2+117=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #500275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500275 is #AFFD8A. Grayscale: #262626. Windows color (decimal): -11533707 or 7668304. OLE color: 7668304.

HSL color Cylindrical-coordinate representation of color #500275: hue angle of 280.7º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500275 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 2 117 -
CMYK 0.32 0.98 0 0.54
HSL 280.7º 0.97% 0.23% -
HSV(B) 280.7º 0.98% 0.46% -
XYZ 6.54 3.03 17.07 -
YUV 38.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 80 2 117 0.32 0.98 0 0.54 280.7 0.97 0.23
Hex 50 2 75 20 62 0 36 119 61 17
Octal 120 2 165 40 142 0 66 431 141 27
Binary 1010000 10 1110101 100000 1100010 0 110110 100011001 1100001 10111

Color Harmonies of #500275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500275

Black with #500275

Text Example


Text Example

White with #500275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500275; }

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

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

background-color css

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

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

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

border-color css

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

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

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