Html Css Color HEX #500D68 Indigo

📋 copy color: '#500D68'

red 80 ◦ green 13 ◦ blue 104

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

Shades of Indigo #500D68

Tints of Indigo #500D68

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

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

R = 40.61%
G = 6.6%
B = 52.79%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500D68 (or 0x500D68) is known color: Indigo. HEX triplet: 50, 0D and 68. RGB value is (80,13,104). Sum of RGB (Red+Green+Blue) = 80+13+104=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #500D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500D68 is #AFF297. Grayscale: #2B2B2B. Windows color (decimal): -11530904 or 6819152. OLE color: 6819152.

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

Color convert

RGB 80 13 104 -
CMYK 0.23 0.88 0 0.59
HSL 284.18º 0.78% 0.23% -
HSV(B) 284.18º 0.88% 0.41% -
XYZ 5.95 2.99 13.36 -
YUV 43.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 80 13 104 0.23 0.88 0 0.59 284.18 0.78 0.23
Hex 50 D 68 17 58 0 3B 11C 4E 17
Octal 120 15 150 27 130 0 73 434 116 27
Binary 1010000 1101 1101000 10111 1011000 0 111011 100011100 1001110 10111

Color Harmonies of #500D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D68

Black with #500D68

Text Example


Text Example

White with #500D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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