Html Css Color HEX #500F85 Indigo

📋 copy color: '#500F85'

red 80 ◦ green 15 ◦ blue 133

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

Shades of Indigo #500F85

Tints of Indigo #500F85

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

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

R = 35.09%
G = 6.58%
B = 58.33%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500F85 (or 0x500F85) is known color: Indigo. HEX triplet: 50, 0F and 85. RGB value is (80,15,133). Sum of RGB (Red+Green+Blue) = 80+15+133=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 133 (52.34% from 255 or 58.33% from 228); Max value from RGB is 133 - color contains mainly: blue. Hex color #500F85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500F85 is #AFF07A. Grayscale: #2F2F2F. Windows color (decimal): -11530363 or 8720208. OLE color: 8720208.

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

Color convert

RGB 80 15 133 -
CMYK 0.40 0.89 0 0.48
HSL 273.05º 0.8% 0.29% -
HSV(B) 273.05º 0.89% 0.52% -
XYZ 7.71 3.74 22.51 -
YUV 47.89 176.03 150.91 -
System Red Green Blue C M Y K H S L
Decimal 80 15 133 0.40 0.89 0 0.48 273.05 0.8 0.29
Hex 50 F 85 28 59 0 30 111 50 1D
Octal 120 17 205 50 131 0 60 421 120 35
Binary 1010000 1111 10000101 101000 1011001 0 110000 100010001 1010000 11101

Color Harmonies of #500F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F85

Black with #500F85

Text Example


Text Example

White with #500F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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