Html Css Color HEX #500868 Indigo

📋 copy color: '#500868'

red 80 ◦ green 8 ◦ blue 104

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

Shades of Indigo #500868

Tints of Indigo #500868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.17%

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

R = 41.67%
G = 4.17%
B = 54.17%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500868 (or 0x500868) is known color: Indigo. HEX triplet: 50, 08 and 68. RGB value is (80,8,104). Sum of RGB (Red+Green+Blue) = 80+8+104=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #500868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500868 is #AFF797. Grayscale: #282828. Windows color (decimal): -11532184 or 6817872. OLE color: 6817872.

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

Color convert

RGB 80 8 104 -
CMYK 0.23 0.92 0 0.59
HSL 285º 0.86% 0.22% -
HSV(B) 285º 0.92% 0.41% -
XYZ 5.89 2.88 13.34 -
YUV 40.47 163.85 156.19 -
System Red Green Blue C M Y K H S L
Decimal 80 8 104 0.23 0.92 0 0.59 285 0.86 0.22
Hex 50 8 68 17 5C 0 3B 11D 56 16
Octal 120 10 150 27 134 0 73 435 126 26
Binary 1010000 1000 1101000 10111 1011100 0 111011 100011101 1010110 10110

Color Harmonies of #500868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500868

Black with #500868

Text Example


Text Example

White with #500868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500868; }

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

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

background-color css

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

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

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

border-color css

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

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

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