Html Css Color HEX #500678 Indigo

📋 copy color: '#500678'

red 80 ◦ green 6 ◦ blue 120

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

Shades of Indigo #500678

Tints of Indigo #500678

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.91%

 BLUE value IS 120 (47.27% from 255) = 58.25%

R = 38.83%
G = 2.91%
B = 58.25%

CMYK

 C value IS 0.33

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500678 (or 0x500678) is known color: Indigo. HEX triplet: 50, 06 and 78. RGB value is (80,6,120). Sum of RGB (Red+Green+Blue) = 80+6+120=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #500678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500678 is #AFF987. Grayscale: #282828. Windows color (decimal): -11532680 or 7865936. OLE color: 7865936.

HSL color Cylindrical-coordinate representation of color #500678: hue angle of 278.95º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500678 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 6 120 -
CMYK 0.33 0.95 0 0.53
HSL 278.95º 0.9% 0.25% -
HSV(B) 278.95º 0.95% 0.47% -
XYZ 6.76 3.19 18.03 -
YUV 41.12 172.52 155.73 -
System Red Green Blue C M Y K H S L
Decimal 80 6 120 0.33 0.95 0 0.53 278.95 0.9 0.25
Hex 50 6 78 21 5F 0 35 117 5A 19
Octal 120 6 170 41 137 0 65 427 132 31
Binary 1010000 110 1111000 100001 1011111 0 110101 100010111 1011010 11001

Color Harmonies of #500678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500678

Black with #500678

Text Example


Text Example

White with #500678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500678; }

 p { color: rgb(80,6,120); }

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

background-color css

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

 a { background-color: rgb(80,6,120); }

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

border-color css

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

 span { border-color: rgb(80,6,120); }

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