Html Css Color HEX #500F68 Indigo

📋 copy color: '#500F68'

red 80 ◦ green 15 ◦ blue 104

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

Shades of Indigo #500F68

Tints of Indigo #500F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 40.2%
G = 7.54%
B = 52.26%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500F68 (or 0x500F68) is known color: Indigo. HEX triplet: 50, 0F and 68. RGB value is (80,15,104). Sum of RGB (Red+Green+Blue) = 80+15+104=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #500F68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F68 is #AFF097. Grayscale: #2C2C2C. Windows color (decimal): -11530392 or 6819664. OLE color: 6819664.

HSL color Cylindrical-coordinate representation of color #500F68: hue angle of 283.82º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #500F68 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 15 104 -
CMYK 0.23 0.86 0 0.59
HSL 283.82º 0.75% 0.23% -
HSV(B) 283.82º 0.86% 0.41% -
XYZ 5.98 3.05 13.37 -
YUV 44.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 80 15 104 0.23 0.86 0 0.59 283.82 0.75 0.23
Hex 50 F 68 17 56 0 3B 11C 4B 17
Octal 120 17 150 27 126 0 73 434 113 27
Binary 1010000 1111 1101000 10111 1010110 0 111011 100011100 1001011 10111

Color Harmonies of #500F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F68

Black with #500F68

Text Example


Text Example

White with #500F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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